diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-17 00:05:13 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-17 00:05:13 -0400 |
| commit | ec18632b9b805a427f6e0ef09bbaa506f3a6a5ad (patch) | |
| tree | cefdbb26b52ad0b552099ad3d7ae442f873b2565 | |
| parent | f00fb58951f7f0607613f2f0e2cc76ff69fc8675 (diff) | |
| download | cmd2-git-ec18632b9b805a427f6e0ef09bbaa506f3a6a5ad.tar.gz | |
Not sure why GitHub isn't recognizing the README.rst
| -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: --->
|
