Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added functions to manually add choice providing functions to an argparse act... | Kevin Van Brunt | 2019-08-05 | 1 | -7/+18 |
* | Raising exception when a choices or completer function is used for an argumen... | Kevin Van Brunt | 2019-07-29 | 1 | -4/+17 |
* | Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class... | Kevin Van Brunt | 2019-07-18 | 1 | -16/+17 |
* | Changed format of help where nargs is a number greater than 1 | Kevin Van Brunt | 2019-07-15 | 1 | -33/+28 |
* | More unit tests | Kevin Van Brunt | 2019-07-15 | 1 | -9/+47 |
* | Added unit tests | Kevin Van Brunt | 2019-07-15 | 1 | -10/+55 |
* | Added ability to specify nargs ranges with no upper bound | Kevin Van Brunt | 2019-07-15 | 1 | -18/+15 |
* | Renamed Cmd2ArgParser to ArgParser | Kevin Van Brunt | 2019-07-12 | 1 | -14/+13 |
* | Added unit tests for argparse_custom.py | Kevin Van Brunt | 2019-07-10 | 1 | -7/+101 |
* | Reorganized argparse completion and custom unit tests | Kevin Van Brunt | 2019-07-05 | 1 | -0/+51 |