summaryrefslogtreecommitdiff
path: root/examples/paged_output.py
Commit message (Expand)AuthorAgeFilesLines
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-3/+2
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+3
* Replaced more pexcept uses with perrorKevin Van Brunt2019-06-251-5/+5
* Initial Commit for Issue 698xNinjaKittyx2019-06-241-3/+3
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Fix flake8 issuesTodd Leonhardt2018-12-061-1/+1
* Altered behavior further to lean towards giving the developer more power over...Todd Leonhardt2018-06-161-12/+30
* Added pager settable parameter to control the command used to display paged o...Todd Leonhardt2018-06-111-6/+15
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-3/+2
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-2/+2
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* 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 t...Todd Leonhardt2018-03-201-0/+4
* Added ppaged() method for printing output via a pagerTodd Leonhardt2018-03-071-0/+29