diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-07 19:57:28 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-07 19:57:28 -0500 |
commit | d731cff17b5ef78431ca2e8453b35b9fc05a5dbe (patch) | |
tree | 5dfab206391b0cb36e4e459c601099a8b56c97df /README.md | |
parent | 5cc434b0150e38252bc6eaba91825805db08e5a4 (diff) | |
download | cmd2-git-d731cff17b5ef78431ca2e8453b35b9fc05a5dbe.tar.gz |
Refactored the Windows vs macOS/Linux conditional in ppaged()
Aslo:
- Added some documentation for ppaged()
- Updated CHANGELOG
- Added line about ppaged() in README
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +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) +- Option to display long output using a pager with ``cmd2.Cmd.ppaged()`` - Multi-line commands - Special-character command shortcuts (beyond cmd's `@` and `!`) - Settable environment parameters |