summaryrefslogtreecommitdiff
path: root/examples/modular_commands_dynamic.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed isort to force wrapping of imports to reduce merge conflicts from ↵Eric Lin2021-01-221-1/+7
| | | | minor import changes.
* 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