diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-06 18:34:32 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-06 18:34:32 -0400 |
commit | ce4c9dd46e7425e81e63da7120985bd319ace570 (patch) | |
tree | 7e242679604c761bd741d4e6a01327af9cf8a111 /README.md | |
parent | a5cc73a5c104c8129146db5a40bc61057c426a7d (diff) | |
download | cmd2-git-ce4c9dd46e7425e81e63da7120985bd319ace570.tar.gz |
Corrected docs
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 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 |