summaryrefslogtreecommitdiff
path: root/examples/modular_commands
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into blackTodd Leonhardt2021-02-192-7/+2
|\
| * Merge branch 'master' into 2.0Kevin Van Brunt2021-01-223-5/+21
| |\
| * \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-031-2/+2
| |\ \
| * | | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-132-4/+2
* | | | Add in isort changesTodd Leonhardt2021-01-312-4/+12
* | | | Add black for automatic code formatTodd Leonhardt2021-01-312-44/+30
| |_|/ |/| |
* | | Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-223-7/+26
| |/ |/|
* | Updated docsKevin Van Brunt2020-09-011-2/+2
|/
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-123-23/+23
* Marked with_arparser_and_unknown_args deprecated and consolidatedEric Lin2020-08-041-1/+1
* updated importsEric Lin2020-08-041-1/+1
* Updates the example to remove usage of the now remove ability toEric Lin2020-08-043-43/+55
* Sort imports using isortTodd Leonhardt2020-08-042-2/+2
* Fixes issue with locating help_ annd complete_ functions when autoloading com...Eric Lin2020-08-041-0/+17
* Some minor cleanup of how imports work. Fixed issue with help documentation f...Eric Lin2020-08-042-4/+2
* Initial implementation of modular command loadingEric Lin2020-08-043-0/+138