diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 19:07:20 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 19:07:20 -0400 |
commit | 4cef001564a262ff4d2a590bb0f8a9675e952194 (patch) | |
tree | 877583ab3dc27506877122e0b789b16a8820beda /examples | |
parent | da7020c26c6bbc871c94587ba10f751e53f7911b (diff) | |
download | cmd2-git-4cef001564a262ff4d2a590bb0f8a9675e952194.tar.gz |
Fixed a couple example transcripts that didn't get updated when colors got renamed to allow_ansi
Diffstat (limited to 'examples')
-rw-r--r-- | examples/transcripts/exampleSession.txt | 2 | ||||
-rw-r--r-- | examples/transcripts/transcript_regex.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 8fa7c9bb..3e579c28 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -3,7 +3,7 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -colors: /(Terminal|Always|Never)/ +allow_ansi: /(Terminal|Always|Never)/ continuation_prompt: >/ / debug: False echo: False diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index 6980fac6..d94c442b 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -3,7 +3,7 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -colors: /(Terminal|Always|Never)/ +allow_ansi: /(Terminal|Always|Never)/ continuation_prompt: >/ / debug: False echo: False |