File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments