diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-08-20 09:07:40 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-08-20 09:07:40 -0400 |
| commit | 41da03c106ce6d92a45952e2ec4850429b3a3155 (patch) | |
| tree | f3cc2d2baaba434af5735a5bde12e40ae85fb152 /examples | |
| parent | 499fdd614f782de085054e2e50d926a0f0adb71f (diff) | |
| download | cmd2-git-41da03c106ce6d92a45952e2ec4850429b3a3155.tar.gz | |
feedback_to_output now defaults to False
This is so that non-essential info which isn't directly associated with command output, such as time elapsed while executing a command, won't redirect when command output is redirected using >, >>, or |.
Diffstat (limited to 'examples')
| -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) |
