summaryrefslogtreecommitdiff
path: root/examples/initialization.py
Commit message (Collapse)AuthorAgeFilesLines
* Having two parallel datastructures each for foreground and background colors ↵Todd Leonhardt2020-02-061-4/+3
| | | | | | felt really clunky - now we just have one The Enum classes are now smart and deal with it all.
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-1/+3
|
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+1
| | | | This more accurately reflects what it controls
* Improved example in initialiation docsTodd Leonhardt2020-01-261-0/+60