File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Main Features
2828- ` py ` enters interactive Python console (opt-in ` ipy ` for IPython console)
2929- Option to display long output using a pager with `` cmd2.Cmd.ppaged() ``
3030- Multi-line commands
31- - Special-character command shortcuts (beyond cmd's ` @ ` and ` ! ` )
31+ - Special-character command shortcuts (beyond cmd's ` ? ` and ` ! ` )
3232- Command aliasing similar to bash ` alias ` command
3333- Ability to load commands at startup from an initialization script
3434- Settable environment parameters
Original file line number Diff line number Diff line change 2929 - Bare `>`, `>>` with no filename send output to paste buffer (clipboard)
3030 - `py` enters interactive Python console (opt-in `ipy` for IPython console)
3131 - Multi-line commands
32- - Special-character command shortcuts (beyond cmd's `@ ` and `!`)
32+ - Special-character command shortcuts (beyond cmd's `? ` and `!`)
3333 - Settable environment parameters
3434 - Parsing commands with arguments using `argparse`, including support for sub-commands
3535 - Unicode character support (*Python 3 only*)
You can’t perform that action at this time.
0 commit comments