diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-05-13 22:01:56 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-05-13 22:01:56 -0400 |
commit | 04024694d3405f83c3f853b8129896a475bf79b3 (patch) | |
tree | 9981e9f1948f751571f9b55f7693cf4aadaa530d /README.md | |
parent | f9ea58edbbe27ba5bcea2534263c992e8a2c7ab8 (diff) | |
download | cmd2-git-04024694d3405f83c3f853b8129896a475bf79b3.tar.gz |
Minor update to README.md directly on master branch to evaluate if Windows unit tests are working correctly on AppVeyor
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Main Features - Support for Python 3.4+ on Windows, macOS, and Linux - Trivial to provide built-in help for all commands - Built-in regression testing framework for your applications (transcript-based testing) -- Transcripts for use with built-in regression can be automatically generated from `history -t` +- Transcripts for use with built-in regression can be automatically generated from `history -t` or `load -t` - Alerts that seamlessly print while user enters text at prompt Python 2.7 support is EOL |