summaryrefslogtreecommitdiff
path: root/cmd2/command_definition.py
Commit message (Expand)AuthorAgeFilesLines
* More things to make mypy happy.Eric Lin2021-04-021-5/+10
* Resolves comments from PREric Lin2021-03-181-5/+8
* Each CommandSet's settables are defined separately. cmd2.Cmd searches all reg...Eric Lin2021-03-181-0/+40
* Deprecate Python 3.5Todd Leonhardt2021-02-201-1/+1
* Add in isort changesTodd Leonhardt2021-01-311-4/+13
* Add black for automatic code formatTodd Leonhardt2021-01-311-6/+9
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-4/+12
* Changes default category to be heritable by default - meaning that subclasses...Eric Lin2020-09-111-3/+21
* Added CommandSet.on_unregistered()Kevin Van Brunt2020-09-031-7/+14
* Added on_registered() callback to CommandSetKevin Van Brunt2020-09-011-2/+9
* When passing a ns_provider to an argparse command, will now attempt to resolv...Eric Lin2020-08-121-2/+1
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-121-33/+2
* Will now traverse down CommandSet inheritance tree to find all leaf descendants.1.3.2Eric Lin2020-08-101-1/+5
* updated importsEric Lin2020-08-041-1/+1
* Removed support for functions outside of CommandSetsEric Lin2020-08-041-25/+0
* Sort imports using isortTodd Leonhardt2020-08-041-7/+2
* Appears to be a type hinting olution that works for flake, sphinx, and PyCharmEric Lin2020-08-041-8/+11
* Added more command validation. Moved some common behavior into private functi...Eric Lin2020-08-041-1/+1
* Fixes to sphinx generationEric Lin2020-08-041-1/+1
* Fixes issue with locating help_ annd complete_ functions when autoloading com...Eric Lin2020-08-041-21/+8
* add ability to remove commands and commandsetsEric Lin2020-08-041-1/+8
* Some minor cleanup of how imports work. Fixed issue with help documentation f...Eric Lin2020-08-041-3/+18
* Initial implementation of modular command loadingEric Lin2020-08-041-0/+122