diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-16 13:29:30 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-17 14:10:24 -0400 |
| commit | 525d32cfde6c2f9fecb0ee44972c18d4b0bf614f (patch) | |
| tree | da5b43bd51d63f42a0d5b965b31fbd18e8ebf494 /tests/transcripts | |
| parent | 25baddfd652f5f8421cbac9d251a4d33d178c18e (diff) | |
| download | cmd2-git-525d32cfde6c2f9fecb0ee44972c18d4b0bf614f.tar.gz | |
Fixing tests on Python 3.10
Diffstat (limited to 'tests/transcripts')
| -rw-r--r-- | tests/transcripts/from_cmdloop.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/transcripts/from_cmdloop.txt b/tests/transcripts/from_cmdloop.txt index 95537665..f1c68d81 100644 --- a/tests/transcripts/from_cmdloop.txt +++ b/tests/transcripts/from_cmdloop.txt @@ -2,16 +2,16 @@ # so you can see where they are. (Cmd) help say -usage: speak [-h] [-p] [-s] [-r REPEAT]/ */ +Usage: speak [-h] [-p] [-s] [-r REPEAT]/ */ Repeats what you tell me to./ */ optional arguments:/ */ - -h, --help show this help message and exit/ */ - -p, --piglatin atinLay/ */ - -s, --shout N00B EMULATION MODE/ */ - -r REPEAT, --repeat REPEAT/ */ - output [n] times + -h, --help show this help message and exit/ */ + -p, --piglatin atinLay/ */ + -s, --shout N00B EMULATION MODE/ */ + -r, --repeat REPEAT output [n] times/ */ + (Cmd) say goodnight, Gracie goodnight, Gracie (Cmd) say -ps --repeat=5 goodnight, Gracie |
