diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 13:14:41 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 13:14:41 -0400 |
commit | 67e69cf1137b31c01dbc239af6aecd0c265ffb40 (patch) | |
tree | 891d95e44f4359f11ba4f40fafed637f3772dea0 /examples/transcripts/transcript_regex.txt | |
parent | ee9c10115380635da070df05e83d9fd175187fb8 (diff) | |
parent | 303733526d7335133f7f2dc55f54dca410a9f1de (diff) | |
download | cmd2-git-67e69cf1137b31c01dbc239af6aecd0c265ffb40.tar.gz |
Merge branch 'master' into macro
Diffstat (limited to 'examples/transcripts/transcript_regex.txt')
-rw-r--r-- | examples/transcripts/transcript_regex.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |