summaryrefslogtreecommitdiff
path: root/examples/modular_subcommands.py
Commit message (Expand)AuthorAgeFilesLines
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+7
* Fixed type hints in example code1.3.9Kevin Van Brunt2020-09-031-1/+1
* Updated docsKevin Van Brunt2020-09-011-2/+2
* Fixed issue where subcommand added with @as_subcommand_to decorator did not d...Kevin Van Brunt2020-08-271-2/+2
* The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-261-1/+1
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-121-12/+12
* Minor housekeeping. Updated CODEOWNERS with recent additionsEric Lin2020-08-071-1/+1
* Moved code which copies subparser's settings to _register_subcommands().Kevin Van Brunt2020-08-071-5/+7
* Removed obsolete argument1.3.0Kevin Van Brunt2020-08-041-1/+1
* Minor formatting fixes. Injecting a function into namespace objects before pa...Eric Lin2020-08-041-3/+3
* Suggested PR Fixes.Eric Lin2020-08-041-3/+3
* Adds support for injectable subcommands as part of CommandSetEric Lin2020-08-041-0/+110