summaryrefslogtreecommitdiff
path: root/examples/subcommands.py
Commit message (Expand)AuthorAgeFilesLines
* Add black for automatic code formatTodd Leonhardt2021-01-311-0/+2
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+1
* Removed all instances where a parser's prog attribute was being set since thi...Kevin Van Brunt2019-10-301-2/+2
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-21/+21
* Fixing unit testsKevin Van Brunt2019-07-041-4/+2
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Using sub-command instead of subcommand where possible to be consistent with ...Kevin Van Brunt2018-10-051-21/+21
* Added the the ability to format help to the AutoCompleter to support sub-comm...Eric Lin2018-09-231-0/+38
* Simplify subcommnads.py exampleTodd Leonhardt2018-05-311-21/+2
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-3/+2
* Fixes problem with not passing the parameter hint suppression down to sub-com...Eric Lin2018-05-221-0/+4
* Another attempt at getting it working on travis.Eric Lin2018-05-041-3/+0
* Added checks to detect if argcomplete is installed.Eric Lin2018-04-251-12/+17
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-29/+42
* Added some more comments for clarification.Eric Lin2018-04-211-1/+1
* Switched the default behavior in cmd2 for argparse commands to use the AutoCo...Eric Lin2018-04-211-10/+1
* Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-201-4/+11
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Simplified how to add tab completion to a subcommandKevin Van Brunt2018-03-281-6/+11
* Removed unused importsKevin Van Brunt2018-03-251-2/+0
* Made subcommand specific completion work with Python 2 in the examplesKevin Van Brunt2018-03-241-6/+4
* Fixed check for whether a subcommand was enteredKevin Van Brunt2018-03-231-2/+3
* 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