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
The CLI currently sends all error messages to stderr. This is the correct thing to do in some sense, but we don't have any kind of error codes or the like that a program making use of this can rely on for its own error handling. It's possible we should send something on stdout to indicate that a command failed.
The text was updated successfully, but these errors were encountered:
The CLI currently sends all error messages to stderr. This is the correct thing to do in some sense, but we don't have any kind of error codes or the like that a program making use of this can rely on for its own error handling. It's possible we should send something on stdout to indicate that a command failed.
The text was updated successfully, but these errors were encountered: