diff options
-rwxr-xr-x | README.rst | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -174,10 +174,6 @@ Running:: will run all the commands in the transcript against `example.py`, verifying that the output produced
matches the transcript.
-Take note of how a regular expression is used near the end for output of the **show color** command below since
-colored text is currently not available for cmd2 on Windows. Regular expressions can be used anywhere within a
-transcript file simply by embedding them within two forward slashes.
-
example/exampleSession.txt::
(Cmd) help
@@ -245,7 +241,7 @@ example/exampleSession.txt:: (Cmd) & look, a shortcut!
look, a shortcut!
(Cmd) show color
- colors: /(True|False)/
+ colors: True
(Cmd) set prompt "---> "
prompt - was: (Cmd)
now: --->
|