summaryrefslogtreecommitdiff
path: root/tests_isolated
Commit message (Expand)AuthorAgeFilesLines
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-224-14/+48
* Changes default category to be heritable by default - meaning that subclasses...Eric Lin2020-09-112-0/+114
* Fixed type hints in example code1.3.9Kevin Van Brunt2020-09-031-1/+1
* Added CommandSet.on_unregistered()Kevin Van Brunt2020-09-031-2/+7
* Updated docsKevin Van Brunt2020-09-011-7/+6
* Added unit tests for CommandSet callbacksKevin Van Brunt2020-09-011-1/+22
* Fixed issue where subcommand added with @as_subcommand_to decorator did not d...Kevin Van Brunt2020-08-271-9/+9
* The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-261-6/+6
* Added tests for invalid subcommandsEric Lin2020-08-201-0/+27
* Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is ...Kevin Van Brunt2020-08-191-0/+35
* When passing a ns_provider to an argparse command, will now attempt to resolv...Eric Lin2020-08-121-5/+29
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-122-135/+112
* Will now traverse down CommandSet inheritance tree to find all leaf descendants.1.3.2Eric Lin2020-08-101-5/+34
* Fixed prog value of subcommands added with as_subcommand_to() decorator.Kevin Van Brunt2020-08-071-2/+2
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-065-0/+1137