summaryrefslogtreecommitdiff
path: root/tests/test_argparse_custom.py
Commit message (Expand)AuthorAgeFilesLines
* Raising exception when a choices or completer function is used for an argumen...Kevin Van Brunt2019-07-291-4/+17
* Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...Kevin Van Brunt2019-07-181-16/+17
* Changed format of help where nargs is a number greater than 1Kevin Van Brunt2019-07-151-33/+28
* More unit testsKevin Van Brunt2019-07-151-9/+47
* Added unit testsKevin Van Brunt2019-07-151-10/+55
* Added ability to specify nargs ranges with no upper boundKevin Van Brunt2019-07-151-18/+15
* Renamed Cmd2ArgParser to ArgParserKevin Van Brunt2019-07-121-14/+13
* Added unit tests for argparse_custom.pyKevin Van Brunt2019-07-101-7/+101
* Reorganized argparse completion and custom unit testsKevin Van Brunt2019-07-051-0/+51