From d0d98f0aea35fcd378fc93f02d8449030b1ba454 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 2 Mar 2018 17:28:52 -0500 Subject: Removed abbrev attribute --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 -- cgit v1.2.1