diff options
-rwxr-xr-x | README.md | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ Main Features - `py` enters interactive Python console (opt-in `ipy` for IPython console) - Option to display long output using a pager with ``cmd2.Cmd.ppaged()`` - Multi-line commands -- Special-character command shortcuts (beyond cmd's `@` and `!`) +- Special-character command shortcuts (beyond cmd's `?` and `!`) - Command aliasing similar to bash `alias` command - Ability to load commands at startup from an initialization script - Settable environment parameters @@ -29,7 +29,7 @@ Main features: - Bare `>`, `>>` with no filename send output to paste buffer (clipboard) - `py` enters interactive Python console (opt-in `ipy` for IPython console) - Multi-line commands - - Special-character command shortcuts (beyond cmd's `@` and `!`) + - Special-character command shortcuts (beyond cmd's `?` and `!`) - Settable environment parameters - Parsing commands with arguments using `argparse`, including support for sub-commands - Unicode character support (*Python 3 only*) |