You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be the author of this, but I was confused whether the tool failed gracefully or heavily. If we catch an issue, it shouldn't be that verbose. We just need the message to be logged.
The text was updated successfully, but these errors were encountered:
Feature: Introduced new commands and fixes bugs related to invalid displayed errors. Closes#2. Closes#45. Closes#49. Closes#52.
- New commands:
* `checkout` – changes branches in repositories according to the configuration file (see #52),
* `diff` – prints changes from all repositories (see #2),
* `status` – prints a table which contains useful information about the status of repositories (see #2).
- Bug fixes:
* known errors should not be logged as crashes (see #45),
* fixed `Unhandled promise` error (see #49).
- Added support for aliases (`st` => `status`, `co` => `checkout`).
I may be the author of this, but I was confused whether the tool failed gracefully or heavily. If we catch an issue, it shouldn't be that verbose. We just need the message to be logged.
The text was updated successfully, but these errors were encountered: