summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-02 17:28:52 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-02 17:28:52 -0500
commitd0d98f0aea35fcd378fc93f02d8449030b1ba454 (patch)
treeca2ac2a2852ebaeb9ec9e9543ae2ae1945850504 /README.md
parent17781f27c49b961526c7e3a5302482744e6a038b (diff)
downloadcmd2-git-d0d98f0aea35fcd378fc93f02d8449030b1ba454.tar.gz
Removed abbrev attribute
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 85e26076..28757da6 100755
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Main Features
- Redirect command output to file with `>`, `>>`; input from file with `<`
- Bare `>`, `>>` with no filename send output to paste buffer (clipboard)
- `py` enters interactive Python console (opt-in `ipy` for IPython console)
-- Multi-line, case-insensitive, and abbreviated commands
+- Multi-line and case-insensitive commands
- Special-character command shortcuts (beyond cmd's `@` and `!`)
- Settable environment parameters
- Parsing commands with arguments using `argparse`, including support for sub-commands
@@ -171,7 +171,6 @@ class CmdLineApp(Cmd):
MUMBLE_LAST = ['right?']
def __init__(self):
- self.abbrev = True
self.multilineCommands = ['orate']
self.maxrepeats = 3
@@ -248,7 +247,6 @@ example/transcript_regex.txt:
# 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