File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,10 +174,6 @@ Running::
174174will run all the commands in the transcript against `example.py `, verifying that the output produced
175175matches 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-
181177example/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: --->
You can’t perform that action at this time.
0 commit comments