Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit tests and example | Todd Leonhardt | 2018-03-16 | 1 | -2/+5 |
* | Added unit tests and examples for tab completion of subcommands | Kevin Van Brunt | 2018-03-16 | 1 | -7/+27 |
* | No longer need to manually specify subcommand names for tab completion | Kevin Van Brunt | 2018-03-14 | 1 | -4/+1 |
* | Fixed typo | Kevin Van Brunt | 2018-03-01 | 1 | -1/+1 |
* | Renamed @with_argument_parser decorator to @with_argparser | Todd Leonhardt | 2018-01-21 | 1 | -6/+6 |
* | Added unit tests for sub-commands | Todd Leonhardt | 2018-01-20 | 1 | -2/+2 |
* | Tab-completion of subcommand names is now supported | Todd Leonhardt | 2018-01-20 | 1 | -1/+4 |
* | Just improved a few comments in the subcommands.py example | Todd Leonhardt | 2018-01-20 | 1 | -3/+3 |
* | Added support for argparse sub-commands when using cmd2 decorators | Todd Leonhardt | 2018-01-20 | 1 | -0/+58 |