summaryrefslogtreecommitdiff
path: root/examples/subcommands.py
Commit message (Expand)AuthorAgeFilesLines
* Added a default signal handler for SIGINT (Ctrl-C)Todd Leonhardt2018-03-191-3/+3
* Fix unit tests and exampleTodd Leonhardt2018-03-161-2/+5
* Added unit tests and examples for tab completion of subcommandsKevin Van Brunt2018-03-161-7/+27
* No longer need to manually specify subcommand names for tab completionKevin Van Brunt2018-03-141-4/+1
* Fixed typoKevin Van Brunt2018-03-011-1/+1
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-6/+6
* Added unit tests for sub-commandsTodd Leonhardt2018-01-201-2/+2
* Tab-completion of subcommand names is now supportedTodd Leonhardt2018-01-201-1/+4
* Just improved a few comments in the subcommands.py exampleTodd Leonhardt2018-01-201-3/+3
* Added support for argparse sub-commands when using cmd2 decoratorsTodd Leonhardt2018-01-201-0/+58