diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-28 19:05:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 19:05:25 -0400 |
commit | 63c17bbefdea43a7839b333eb2af44e12bdde53f (patch) | |
tree | ea8632f40502947d34c3d14d20c6d64a470ea712 /examples/transcript_regex.txt | |
parent | 28b5a6b8667f2e105c6c38ef9cf341a0087006fb (diff) | |
parent | f5224cf0af76c639007763c351d1b9fa02ee1208 (diff) | |
download | cmd2-git-63c17bbefdea43a7839b333eb2af44e12bdde53f.tar.gz |
Merge pull request #143 from python-cmd2/no_url_load
Refactored to remove a few things that felt out of place
Diffstat (limited to 'examples/transcript_regex.txt')
-rw-r--r-- | examples/transcript_regex.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt index b8e0e654..61bd8838 100644 --- a/examples/transcript_regex.txt +++ b/examples/transcript_regex.txt @@ -2,12 +2,11 @@ # The regex for editor matches any word until first space. The one for colors is because no color on Windows. (Cmd) set abbrev: True -autorun_on_edit: True +autorun_on_edit: False case_insensitive: True colors: /(True|False)/ continuation_prompt: > debug: False -default_file_name: command.txt echo: False editor: /([^\s]+)/ feedback_to_output: False |