summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-02 19:12:53 -0500
committerGitHub <noreply@github.com>2018-03-02 19:12:53 -0500
commit388d48682823a192d349ad877b1fd1ae5d92df44 (patch)
tree3b5b1d9822b947b854dd753be552a8b37fce8077 /setup.py
parent17781f27c49b961526c7e3a5302482744e6a038b (diff)
parentfa9479c228ab498eac8bd91b79bb0b8d04d0be1a (diff)
downloadcmd2-git-388d48682823a192d349ad877b1fd1ae5d92df44.tar.gz
Merge pull request #292 from python-cmd2/abbrev
Removed abbrev attribute
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 80e8bd6a..28e1056c 100755
--- a/setup.py
+++ b/setup.py
@@ -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