summaryrefslogtreecommitdiff
path: root/docs/features/multiline_commands.rst
Commit message (Collapse)AuthorAgeFilesLines
* Updated Sphinx documentation related to promptTodd Leonhardt2020-02-081-2/+2
|
* Flushed out multiline command documentationTodd Leonhardt2020-01-281-0/+14
|
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-271-0/+10
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Add doc8 documentation style checkingkotfu2019-07-061-13/+8
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Added a walkthrough of constructing a simple application to the overviewkotfu2019-07-051-0/+17
For #709