diff options
author | kotfu <kotfu@kotfu.net> | 2018-01-16 20:59:33 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-01-16 20:59:33 -0700 |
commit | d8ade122f0cd23dfcad18872536cc3709334e77f (patch) | |
tree | cedb32b8d1216b048cbab8f632b2bee343cf2967 /tests/transcripts/from_cmdloop.txt | |
parent | 60890fa5f0d6650814384fc8db19875eaff08143 (diff) | |
download | cmd2-git-d8ade122f0cd23dfcad18872536cc3709334e77f.tar.gz |
Remove do_save() and do_run() for #252
Diffstat (limited to 'tests/transcripts/from_cmdloop.txt')
-rw-r--r-- | tests/transcripts/from_cmdloop.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/transcripts/from_cmdloop.txt b/tests/transcripts/from_cmdloop.txt index 3deed8cf..07bdc30d 100644 --- a/tests/transcripts/from_cmdloop.txt +++ b/tests/transcripts/from_cmdloop.txt @@ -5,8 +5,8 @@ Documented commands (type help <topic>): ======================================== -edit history mumble py quit save set shortcuts/ */ -help load orate pyscript run say shell speak/ */ +edit history mumble py quit set shortcuts/ */ +help load orate pyscript say shell speak/ */ (Cmd) help say Repeats what you tell me to. @@ -34,7 +34,7 @@ OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY -(Cmd) hi +(Cmd) history -------------------------[1] help -------------------------[2] @@ -47,7 +47,7 @@ say -ps --repeat=5 goodnight, Gracie set maxrepeats 5 -------------------------[6] say -ps --repeat=5 goodnight, Gracie -(Cmd) run 4 +(Cmd) history -r 4 say -ps --repeat=5 goodnight, Gracie OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY |