diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
commit | d0d98f0aea35fcd378fc93f02d8449030b1ba454 (patch) | |
tree | ca2ac2a2852ebaeb9ec9e9543ae2ae1945850504 /setup.py | |
parent | 17781f27c49b961526c7e3a5302482744e6a038b (diff) | |
download | cmd2-git-d0d98f0aea35fcd378fc93f02d8449030b1ba454.tar.gz |
Removed abbrev attribute
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |