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