summaryrefslogtreecommitdiff
path: root/examples/transcripts
Commit message (Collapse)AuthorAgeFilesLines
* Updated release data for 1.0.0-rc1 in preparation for a release candidateTodd Leonhardt2020-02-072-2/+2
| | | | | Also: - Updated some very outdated comments in transcript files
* Updated example transcriptsTodd Leonhardt2020-02-042-2/+2
|
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-272-6/+2
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Changed allow_ansi to allow_style for accuracy in what types of ANSI escape ↵Kevin Van Brunt2019-12-192-2/+2
| | | | sequences are handled
* Fixed a couple example transcripts that didn't get updated when colors got ↵Todd Leonhardt2019-06-292-2/+2
| | | | renamed to allow_ansi
* Transcript testing now properly handles commands which signal the ↵Todd Leonhardt2019-06-061-0/+1
| | | | | | application to quit Implemented an antediluvian TODO
* Added warning to documentation about how help_foo won't be called for ↵Todd Leonhardt2018-10-061-1/+1
| | | | | | | command foo if it uses an argparse decorator Also: - Renamed argparse_example.py to decorator_example.py
* Updated a couple example transcripts now that colors is no longer True/FalseTodd Leonhardt2018-09-212-2/+2
| | | | | Also: - Minor whitespace tweaks to new colors.py example
* Fixed a couple example transcripts which were never updated when the default ↵Todd Leonhardt2018-09-142-2/+2
| | | | for locals_in_py changed to False
* Removed abbrev attributeKevin Van Brunt2018-03-022-2/+0
|
* History enhancementsTodd Leonhardt2018-01-203-0/+44
History changes: - Unknown commands are no longer saved in the history - history command now has a -t option to generate a transcript based on commands in the history Also: - Moved examples transcripts from examples to examples/transcripts - Added a new transcript for use with the pirate.py example