diff options
author | kotfu <kotfu@kotfu.net> | 2018-08-11 19:54:10 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-08-11 19:54:10 -0600 |
commit | 1daf5d2cb63145408520f39c799425a82b2ec948 (patch) | |
tree | 5b1458aaaf54b9b740974ab14cacdb5ade4e2724 /tests/transcripts | |
parent | 0053f18fade2f2148daf19975581e8372ca7a69b (diff) | |
download | cmd2-git-1daf5d2cb63145408520f39c799425a82b2ec948.tar.gz |
First pass at improved colorizing
- colors setting now allows Always, Terminal, Never values
- poutput() and perror() honor these new settings
Diffstat (limited to 'tests/transcripts')
-rw-r--r-- | tests/transcripts/regex_set.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt index b818c464..d45672a7 100644 --- a/tests/transcripts/regex_set.txt +++ b/tests/transcripts/regex_set.txt @@ -1,10 +1,10 @@ # Run this transcript with "python example.py -t transcript_regex.txt" -# The regex for colors is because no color on Windows. +# The regex for colors shows all possible settings for colors # The regex for editor will match whatever program you use. # Regexes on prompts just make the trailing space obvious (Cmd) set -colors: /(True|False)/ +colors: /(Terminal|Always|Never)/ continuation_prompt: >/ / debug: False echo: False |