diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-31 20:20:33 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-31 20:20:33 -0500 |
commit | 5467afd44f505402cda86e81fc2e75e8ab11057d (patch) | |
tree | 29d9b0b0a26cb34233e7d8b5c00bb423ebd35d4a /README.md | |
parent | 6d1ce7ae47343251af3db9ddc6fd67f72352a9e7 (diff) | |
download | cmd2-git-5467afd44f505402cda86e81fc2e75e8ab11057d.tar.gz |
Updated documentation in regards to automated transcript generation
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,7 +36,13 @@ Main Features - Windows, macOS, and Linux support - 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` +<aside class="notice"> +**Support for Python 2.7 will be discontinued on Aug 31, 2018**. The use of **Python 3** is *highly* +preferred over Python 2. Consider upgrading your applications and infrastructure if you find +yourself still using Python 2 in production today. +</aside> Installation ------------ |