diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 10:05:04 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 10:05:04 -0400 |
commit | a1be014e621bd1b9407cfb1eeefdd95ff67dd815 (patch) | |
tree | 29d0d1134129dc55e64f8298e6c5acb691aa9765 /README.md | |
parent | 3c0a31399ced7f6e9eb0d63a6c073b27d42034ff (diff) | |
download | cmd2-git-a1be014e621bd1b9407cfb1eeefdd95ff67dd815.tar.gz |
Print warnings at end of load or pyscript instead of beginning
This is in case the user runs a long script - I don't want the warning to quickly scroll off the screen where they then never see it.
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.5+ 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` or `load -t` +- Transcripts for use with built-in regression can be automatically generated from `history -t` or `run_script -t` - Alerts that seamlessly print while user enters text at prompt Python 2.7 support is EOL |