You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses docopt#37
This allows Parse callers to emit the list of unexpected arguments in some
common cases, e.g., extra arguments, out-of-order arguments.
Consider the trivial usage:
and a command line of:
naval_fate.py new foo bar
The resulting output simply shows usage, with identifying the source of the problem.
It seems not only reasonable, but required that some context for the error be given.
After looking into the code, it is clear that it's available, but not bubbled up. PR coming shortly.
The text was updated successfully, but these errors were encountered: