Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using argparse constants instead of hardcoded strings | Kevin Van Brunt | 2019-07-04 | 1 | -3/+3 |
* | Patched 2 more argparse functions to make nargs ranges work with all parsers | Kevin Van Brunt | 2019-07-04 | 1 | -43/+73 |
* | Refactoring and updating documentation | Kevin Van Brunt | 2019-07-04 | 1 | -27/+31 |
* | No longer restricting nargs range support to Cmd2ArgParser | Kevin Van Brunt | 2019-07-04 | 1 | -108/+165 |
* | Removed unused custom_error_message code | Kevin Van Brunt | 2019-07-03 | 1 | -15/+0 |
* | Renamed ACHelpFormatter to Cmd2HelpFormatter | Kevin Van Brunt | 2019-07-03 | 1 | -2/+2 |
* | Moved cmd2 custom argparse types to argparse_custom.py | Kevin Van Brunt | 2019-07-03 | 1 | -0/+424 |