argparse
argparse copied to clipboard
Add mutins, add no-prefix flags and incorrect choices label.
Hi!
This PR fixes errors for several issues, specifically request for mutins (mutually inclusive arguments) mpeterv/argparse#26, and automatic no-prefix for flags mpeterv/argparse#16.
Also, it fixes issue with choice labels treated as boolean values instead of strings (#29).
For new functionality spec test and documentation are updated.
As a side note, would you be okay if I upload this project to luanox for future wider audience?