summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-06-15 10:05:04 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-06-15 10:05:04 -0400
commita1be014e621bd1b9407cfb1eeefdd95ff67dd815 (patch)
tree29d0d1134129dc55e64f8298e6c5acb691aa9765 /README.md
parent3c0a31399ced7f6e9eb0d63a6c073b27d42034ff (diff)
downloadcmd2-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-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76ab515c..3698a7fe 100755
--- a/README.md
+++ b/README.md
@@ -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