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
28
28
- ` py ` enters interactive Python console (opt-in ` ipy ` for IPython console)
29
29
- Option to display long output using a pager with `` cmd2.Cmd.ppaged() ``
30
30
- Multi-line commands
31
- - Special-character command shortcuts (beyond cmd's ` @ ` and ` ! ` )
31
+ - Special-character command shortcuts (beyond cmd's ` ? ` and ` ! ` )
32
32
- Command aliasing similar to bash ` alias ` command
33
33
- Ability to load commands at startup from an initialization script
34
34
- Settable environment parameters
Original file line number Diff line number Diff line change 29
29
- Bare `>`, `>>` with no filename send output to paste buffer (clipboard)
30
30
- `py` enters interactive Python console (opt-in `ipy` for IPython console)
31
31
- Multi-line commands
32
- - Special-character command shortcuts (beyond cmd's `@ ` and `!`)
32
+ - Special-character command shortcuts (beyond cmd's `? ` and `!`)
33
33
- Settable environment parameters
34
34
- Parsing commands with arguments using `argparse`, including support for sub-commands
35
35
- Unicode character support (*Python 3 only*)
You can’t perform that action at this time.
0 commit comments