-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Context, a command cmd with sub command foo.
cmd garbage ==> Wrong input for group command
cmd foo ==> Wrong input for group command
As soon as some garbage has been typed, there is no way to escape the situation. The Parser doesn't clean the command so the exception is retrieved for each call.
The only way to clear the state is to exit the process.