summaryrefslogtreecommitdiff
path: root/examples/basic.py
Commit message (Collapse)AuthorAgeFilesLines
* Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ↵Todd Leonhardt2020-02-061-2/+2
| | | | | | colors which style() can now optionally use This is to make it easier to autocomplete color names in an IDE
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+1
| | | | This more accurately reflects what it controls
* Improved documentation for Argument Parsing and Tab-CompletionTodd Leonhardt2019-11-031-0/+43
Also: - Added a couple examples