args
args copied to clipboard
Usage error is confusing when passing correct flags but a bad subcommand
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.