Commando
Commando copied to clipboard
Throwing / Handling Errors
Parse errors shouldn't be directly sent from the parser, throw only one at a time.
Throwing several errors at once might cause confusion because not only will it be inconsistent and unpredictable, the user might even be spammed.
This is presently causing headache-inducing error messages for me 😠
Still think its most important to get subcommands working correctly