Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated release data for 1.0.0-rc1 in preparation for a release candidate | Todd Leonhardt | 2020-02-07 | 2 | -2/+2 |
| | | | | | Also: - Updated some very outdated comments in transcript files | ||||
* | Updated example transcripts | Todd Leonhardt | 2020-02-04 | 2 | -2/+2 |
| | |||||
* | Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵ | Todd Leonhardt | 2020-01-27 | 2 | -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 Brunt | 2019-12-19 | 2 | -2/+2 |
| | | | | sequences are handled | ||||
* | Fixed a couple example transcripts that didn't get updated when colors got ↵ | Todd Leonhardt | 2019-06-29 | 2 | -2/+2 |
| | | | | renamed to allow_ansi | ||||
* | Transcript testing now properly handles commands which signal the ↵ | Todd Leonhardt | 2019-06-06 | 1 | -0/+1 |
| | | | | | | application to quit Implemented an antediluvian TODO | ||||
* | Added warning to documentation about how help_foo won't be called for ↵ | Todd Leonhardt | 2018-10-06 | 1 | -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/False | Todd Leonhardt | 2018-09-21 | 2 | -2/+2 |
| | | | | | Also: - Minor whitespace tweaks to new colors.py example | ||||
* | Fixed a couple example transcripts which were never updated when the default ↵ | Todd Leonhardt | 2018-09-14 | 2 | -2/+2 |
| | | | | for locals_in_py changed to False | ||||
* | Removed abbrev attribute | Kevin Van Brunt | 2018-03-02 | 2 | -2/+0 |
| | |||||
* | History enhancements | Todd Leonhardt | 2018-01-20 | 3 | -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 |