summaryrefslogtreecommitdiff
path: root/examples/modular_commands_dynamic.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds pre-commit config to run various lintersci_improvementsxNinjaKittyx2020-12-151-0/+1
| | | | | | | This ads black, isort, pyupgrade, and flake8 to pre-commit-config.yaml There are also some small changes to travis.yml and tasks.py to reduce some repeated configurations that should be consolidated into setup.cfg. Most other changes are automated by the linter scripts.
* Updated docsKevin Van Brunt2020-09-011-1/+1
|
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-121-12/+12
| | | | | | CommandSet command functions (do_, complete_, help_). Renamed install_command_set and uninstall_command_set to register_command_set and unregister_command_set.
* updated importsEric Lin2020-08-041-0/+86
Added additional documentation