summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
Commit message (Expand)AuthorAgeFilesLines
* Using argparse constants instead of hardcoded stringsKevin Van Brunt2019-07-041-3/+3
* Patched 2 more argparse functions to make nargs ranges work with all parsersKevin Van Brunt2019-07-041-43/+73
* Refactoring and updating documentationKevin Van Brunt2019-07-041-27/+31
* No longer restricting nargs range support to Cmd2ArgParserKevin Van Brunt2019-07-041-108/+165
* Removed unused custom_error_message codeKevin Van Brunt2019-07-031-15/+0
* Renamed ACHelpFormatter to Cmd2HelpFormatterKevin Van Brunt2019-07-031-2/+2
* Moved cmd2 custom argparse types to argparse_custom.pyKevin Van Brunt2019-07-031-0/+424