summaryrefslogtreecommitdiff
path: root/examples/transcripts
Commit message (Collapse)AuthorAgeFilesLines
* 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