Skip to content

Commit eb32a86

Browse files
committed
Updated CHANGELOG to reflect the recent changes
1 parent cb23c60 commit eb32a86

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
* Fixed issue where piping and redirecting did not work correctly with paths that had spaces
44
* Enhancements
55
* Added ability to print a header above tab-completion suggestions using `completion_header` member
6-
* **pager** is now a settable parameter which controls pager command used by ``cmd2.Cmd.ppaged`` method
7-
* **pager** looks for *PAGER* environment variable if present or uses sane defaults if not
6+
* Added ``pager`` and ``pager_chop`` attributes to the ``cmd2.Cmd`` class
7+
* ``pager`` looks for *PAGER* environment variable if present or uses sane defaults if not
8+
* ``pager_chop`` appends a **-S** flag if ``pager`` starts with **less**
9+
* Added ``chop`` argument to ``cmd2.Cmd.ppaged()`` method for displaying output using a pager
10+
* If ``chop`` is ``False``, then ``self.pager`` is used as the pager
11+
* Otherwise ``self.pager_chop`` is used as the pager
812

913
## 0.8.8 (TBD, 2018)
1014
* Bug Fixes

0 commit comments

Comments
 (0)