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
When an error has occurred in a CLI command, the error code is 0 (OK). Instead the CLI, should close with a non-0 error code to indicate the error. This is important when using the CLI for building scripts.
When an error has occurred in a CLI command, the error code is 0 (OK). Instead the CLI, should close with a non-0 error code to indicate the error. This is important when using the CLI for building scripts.
cc: @estruyf