diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-08-20 06:22:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-20 06:22:58 -0700 |
commit | eae9157b711f333bb2895ca2b92019d7463bca8b (patch) | |
tree | f3cc2d2baaba434af5735a5bde12e40ae85fb152 /examples/transcript_regex.txt | |
parent | 499fdd614f782de085054e2e50d926a0f0adb71f (diff) | |
parent | 41da03c106ce6d92a45952e2ec4850429b3a3155 (diff) | |
download | cmd2-git-eae9157b711f333bb2895ca2b92019d7463bca8b.tar.gz |
Merge pull request #214 from python-cmd2/change_default
feedback_to_output now defaults to False
Diffstat (limited to 'examples/transcript_regex.txt')
-rw-r--r-- | examples/transcript_regex.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt index 31e731a9..a310224b 100644 --- a/examples/transcript_regex.txt +++ b/examples/transcript_regex.txt @@ -1,6 +1,6 @@ # Run this transcript with "python example.py -t transcript_regex.txt" # The regex for colors is because no color on Windows. -# The regex for editor will match whatever program you use. +# The regex for editor will match whatever program you use. (Cmd) set abbrev: True autorun_on_edit: False @@ -9,7 +9,7 @@ continuation_prompt: > debug: False echo: False editor: /.*/ -feedback_to_output: True +feedback_to_output: False locals_in_py: True maxrepeats: 3 prompt: (Cmd) |