-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority: high
Description
The current implementation used normal Python exceptions. For end users these errors might be confusing – especially those unfamiliar with Python.
Here are some ideas:
> prog foo bar baz
~~~
error: could not convert 'baz' into `int`
> prog foo bar
~~~
error: missing required positional AMOUNT
> prog -f -g -j
~~ ~~
error: flag 'f' and 'j' cannot be used together
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority: high