summaryrefslogtreecommitdiff
path: root/examples/basic.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.py_refactorKevin Van Brunt2021-03-261-1/+1
* Add black for automatic code formatTodd Leonhardt2021-01-311-2/+6
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+5
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-1/+1
* Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...Todd Leonhardt2020-02-061-2/+2
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+1
* Improved documentation for Argument Parsing and Tab-CompletionTodd Leonhardt2019-11-031-0/+43