diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/example.py | 1 | ||||
-rw-r--r-- | examples/transcripts/exampleSession.txt | 1 | ||||
-rw-r--r-- | examples/transcripts/transcript_regex.txt | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/example.py b/examples/example.py index c66f0e60..94ca7693 100755 --- a/examples/example.py +++ b/examples/example.py @@ -27,7 +27,6 @@ class CmdLineApp(Cmd): MUMBLE_LAST = ['right?'] def __init__(self): - self.abbrev = True self.multilineCommands = ['orate'] self.maxrepeats = 3 diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 840bee60..1d1b3b79 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -3,7 +3,6 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -abbrev: False colors: /(True|False)/ continuation_prompt: >/ / debug: False diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index 7d017dee..adf4d77e 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -3,7 +3,6 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -abbrev: True colors: /(True|False)/ continuation_prompt: >/ / debug: False |