summaryrefslogtreecommitdiff
path: root/examples/paged_output.py
Commit message (Collapse)AuthorAgeFilesLines
* Addressed code review commentsKevin Van Brunt2018-03-271-2/+1
|
* Added an extra check to ppaged() to make sure cmd2 app is running in a real ↵Todd Leonhardt2018-03-201-0/+4
| | | | terminal before attempting to use a pager
* Added ppaged() method for printing output via a pagerTodd Leonhardt2018-03-071-0/+29
Also: - Added paged_output.py example - Modified cmd2 so it keeps track of when output is being redirected so it doesn't attempt to usage a pager in this case