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
If a user enters a command in error, e.g. continute rather than continue, the toggl command silently exits. This has resulted in me not starting a time entry as expected. As a toggl user, I want to be alerted if I entery a command in error, so I know that I should fix it.
Check out the [.fail()](https://github.com/yargs/yargs/blob/main/docs/api.md#failfn--boolean) API method
The text was updated successfully, but these errors were encountered:
If a user enters a command in error, e.g.
continute
rather thancontinue
, thetoggl
command silently exits. This has resulted in me not starting a time entry as expected. As a toggl user, I want to be alerted if I entery a command in error, so I know that I should fix it.Check out the
[.fail()](https://github.com/yargs/yargs/blob/main/docs/api.md#failfn--boolean)
API methodThe text was updated successfully, but these errors were encountered: