summaryrefslogtreecommitdiff
path: root/examples/colors.py
Commit message (Expand)AuthorAgeFilesLines
* Updated color examples to support bold and underline optionsTodd Leonhardt2019-06-281-1/+3
* Simplified ansi color dictionaries and lookup methodsTodd Leonhardt2019-06-271-80/+12
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Fixed how shortcuts are set in examplesTodd Leonhardt2019-03-141-6/+4
* First stage of attribute refactoringTodd Leonhardt2019-03-131-2/+1
* Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-201-2/+4
* Update docs with smart ANSI handling for ppagedEthan McCreadie2018-11-011-8/+9
* Updated a couple example transcripts now that colors is no longer True/FalseTodd Leonhardt2018-09-211-4/+2
* cmd2.Cmd.__init__ now initializes colorama and tells it to never strip ANSI c...Todd Leonhardt2018-09-191-5/+6
* First pass at improved colorizingkotfu2018-08-111-0/+143