summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-16 23:52:25 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-16 23:52:25 -0400
commit5c32c778e90bb6e133feb581147d8a24181e4dcb (patch)
tree640fb66de2c20f7ebd3522c5a58947aee423ef5c
parent4ee2ad821ab8537cfa864297c91c7f5f16b13bfe (diff)
downloadcmd2-git-5c32c778e90bb6e133feb581147d8a24181e4dcb.tar.gz
Another attempt at fixing README.rst
-rwxr-xr-xREADME.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index a9616eda..d2e47cd4 100755
--- a/README.rst
+++ b/README.rst
@@ -174,6 +174,10 @@ 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
@@ -247,8 +251,3 @@ example/exampleSession.txt::
now: --->
---> say goodbye
goodbye
-
-
-Note how a regular expression ``/(True|False)/`` is used near the end for output of the **show color** command 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, ``/``.