Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added documentation | Kevin Van Brunt | 2019-07-11 | 1 | -0/+99 | |
| | ||||||
* | Moved all custom argparse classes intended for normal development to ↵ | Kevin Van Brunt | 2019-07-07 | 1 | -2/+54 | |
| | | | | | | | argparse_custom.py. Lazy loading AutoCompleter in cmd2 instance methods to allow argparse_completer.py to import cmd2.Cmd class. This Architecture makes more sense because AutoCompleter depends on cmd2.Cmd. | |||||
* | Hiding flags that have help value of SUPRESSED in tab completion results | Kevin Van Brunt | 2019-07-07 | 1 | -4/+4 | |
| | | | | Added more unit tests for argparse completer | |||||
* | 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 | |
Rename ACArgumentParser to Cmd2ArgParser |