diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-21 00:34:51 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-21 00:34:51 -0400 |
commit | e17d0e96990e0d8215ff1f1d234c46ca7c8f01ac (patch) | |
tree | 045c687a08bcea3614cffb139207962fbbc3786a /examples/transcripts | |
parent | 6ea424ecd339b31eead24bfa316f0717eefa3afd (diff) | |
download | cmd2-git-e17d0e96990e0d8215ff1f1d234c46ca7c8f01ac.tar.gz |
Updated a couple example transcripts now that colors is no longer True/False
Also:
- Minor whitespace tweaks to new colors.py example
Diffstat (limited to 'examples/transcripts')
-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 6318776f..38fb0659 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: /(True|False)/ +colors: /(Terminal|Always|Never)/ continuation_prompt: >/ / debug: False echo: False diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index 08588ab1..6980fac6 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: /(True|False)/ +colors: /(Terminal|Always|Never)/ continuation_prompt: >/ / debug: False echo: False |