Skip to content

Commit ec18632

Browse files
committed
Not sure why GitHub isn't recognizing the README.rst
1 parent f00fb58 commit ec18632

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ Running::
174174
will run all the commands in the transcript against `example.py`, verifying that the output produced
175175
matches the transcript.
176176

177-
Take note of how a regular expression is used near the end for output of the **show color** command below since
178-
colored text is currently not available for cmd2 on Windows. Regular expressions can be used anywhere within a
179-
transcript file simply by embedding them within two forward slashes.
180-
181177
example/exampleSession.txt::
182178

183179
(Cmd) help
@@ -245,7 +241,7 @@ example/exampleSession.txt::
245241
(Cmd) & look, a shortcut!
246242
look, a shortcut!
247243
(Cmd) show color
248-
colors: /(True|False)/
244+
colors: True
249245
(Cmd) set prompt "---> "
250246
prompt - was: (Cmd)
251247
now: --->

0 commit comments

Comments
 (0)