summaryrefslogtreecommitdiff
path: root/docs/features/transcripts.rst
Commit message (Collapse)AuthorAgeFilesLines
* Revisions and improvements for hooks and pluginskotfu2020-02-221-3/+4
|
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-271-2/+2
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Created a new documentation section on "Output redirection and pipes"Todd Leonhardt2019-11-031-2/+2
| | | | | | | | Also: - Moved existing output redirection documentation from "Generating Output" section there - Significantly expanded upon this - Improved documentation on Command Scripts - Added missing setting to Settings documentation section
* Integrate freefeatures into new doc structurekotfu2019-07-161-3/+3
|
* Add doc8 documentation style checkingkotfu2019-07-061-24/+27
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Formatting cleanupskotfu2019-07-061-35/+41
|
* Added a walkthrough of constructing a simple application to the overviewkotfu2019-07-051-0/+192
For #709