args icon indicating copy to clipboard operation
args copied to clipboard

Usage error is confusing when passing correct flags but a bad subcommand

Open dballesteros7 opened this issue 6 years ago • 0 comments

Consider the following correct command:

darter move south --fast

And then have a user type:

darter move --fast

The error will print:

Could not find an option named "fast". 

But the actual issue is that darter move is not a valid command.

dballesteros7 avatar Apr 04 '19 13:04 dballesteros7