summaryrefslogtreecommitdiff
path: root/tests_isolated
Commit message (Expand)AuthorAgeFilesLines
* 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