CortexPE / Commando

A Command Framework virion for PocketMine-MP
GNU Lesser General Public License v3.0
70 stars 51 forks source link

Throwing / Handling Errors #18

Open CortexPE opened 5 years ago

CortexPE commented 5 years ago

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.

CortexPE commented 5 years ago

This is presently causing headache-inducing error messages for me 😠

lukeeey commented 5 years ago

Still think its most important to get subcommands working correctly