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
@whyrusleeping agreed, having the command return an error would be ideal, but because it is an API breaking change, I'm reticent to make it until we cut a 2.0. See #266 for possible implementation.
What is the recommended way for a command to fail (and have a non-zero exit code).
I'm currently just using
os.Exit(1)
, but i feel like the Action function could return an error to simplify that work.The text was updated successfully, but these errors were encountered: