summaryrefslogtreecommitdiff
path: root/tests_isolated
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 2.0Kevin Van Brunt2021-01-224-14/+48
|\
| * Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-224-14/+48
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-172-0/+114
|\ \ | |/
| * Changes default category to be heritable by default - meaning that subclasses...Eric Lin2020-09-112-0/+114
* | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-031-8/+34
|\ \
| * \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-031-8/+34
| |\ \ | | |/
| | * 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
* | | Refactored ArgparseCompleter to support custom completionKevin Van Brunt2020-09-011-1/+1
|/ /
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-281-9/+9
|\ \ | |/
| * Fixed issue where subcommand added with @as_subcommand_to decorator did not d...Kevin Van Brunt2020-08-271-9/+9
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-271-6/+6
|\ \ | |/
| * The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-261-6/+6
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-201-0/+62
|\ \ | |/
| * 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
* | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-9/+8
|/
* 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