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
Calling exit aborts the entire application making it difficult work around in some situations, such as during unit tests or when the outcome of an invocation should be logged.
An option to throw an exception instead of calling exit would be great!
Calling exit aborts the entire application making it difficult work around in some situations, such as during unit tests or when the outcome of an invocation should be logged.
An option to throw an exception instead of calling exit would be great!
Relevant line:
commando/src/Commando/Command.php
Line 460 in 7ae153a
The text was updated successfully, but these errors were encountered: