diff options
author | Jared Crapo <jared@kotfu.net> | 2017-08-20 12:49:12 -0600 |
---|---|---|
committer | Jared Crapo <jared@kotfu.net> | 2017-08-20 12:49:12 -0600 |
commit | 7fc847b3b5c52ff1f1ca632112bb9543e803940e (patch) | |
tree | 785267a1f0b8d133b1305daba0bc86c1da9abc2d /tests/transcripts/transcript.txt | |
parent | eae9157b711f333bb2895ca2b92019d7463bca8b (diff) | |
download | cmd2-git-7fc847b3b5c52ff1f1ca632112bb9543e803940e.tar.gz |
Move transcripts into their own directory
Diffstat (limited to 'tests/transcripts/transcript.txt')
-rw-r--r-- | tests/transcripts/transcript.txt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/tests/transcripts/transcript.txt b/tests/transcripts/transcript.txt new file mode 100644 index 00000000..e95b9b39 --- /dev/null +++ b/tests/transcripts/transcript.txt @@ -0,0 +1,57 @@ +(Cmd) help + +Documented commands (type help <topic>): +======================================== +_relative_load edit history orate pyscript run say shell show +cmdenvironment help load py quit save set shortcuts speak + +(Cmd) help say +Repeats what you tell me to. +Usage: speak [options] (text to say) + +Options: + -h, --help show this help message and exit + -p, --piglatin atinLay + -s, --shout N00B EMULATION MODE + -r REPEAT, --repeat=REPEAT + output [n] times + +(Cmd) say goodnight, Gracie +goodnight, Gracie +(Cmd) say -ps --repeat=5 goodnight, Gracie +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +(Cmd) set maxrepeats 5 +maxrepeats - was: 3 +now: 5 +(Cmd) say -ps --repeat=5 goodnight, Gracie +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +(Cmd) hi +-------------------------[1] +help +-------------------------[2] +help say +-------------------------[3] +say goodnight, Gracie +-------------------------[4] +say -ps --repeat=5 goodnight, Gracie +-------------------------[5] +set maxrepeats 5 +-------------------------[6] +say -ps --repeat=5 goodnight, Gracie +(Cmd) run 4 +say -ps --repeat=5 goodnight, Gracie + +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +OODNIGHT, GRACIEGAY +(Cmd) set prompt "---> " +prompt - was: (Cmd) +now: ---> |