diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-16 23:52:25 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-16 23:52:25 -0400 |
| commit | 5c32c778e90bb6e133feb581147d8a24181e4dcb (patch) | |
| tree | 640fb66de2c20f7ebd3522c5a58947aee423ef5c | |
| parent | 4ee2ad821ab8537cfa864297c91c7f5f16b13bfe (diff) | |
| download | cmd2-git-5c32c778e90bb6e133feb581147d8a24181e4dcb.tar.gz | |
Another attempt at fixing README.rst
| -rwxr-xr-x | README.rst | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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, ``/``.
|
