diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-12-03 13:47:27 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-12-03 13:47:27 -0500 |
commit | 4afb9e7c0c8092476ed98adccd2d389660827c25 (patch) | |
tree | c66a6a4c45cca931301c7017d9f15b0b2610c01d /tests/transcripts | |
parent | fb3486fae7df048c2ff9302ee9bf87fbe43461fb (diff) | |
download | cmd2-git-4afb9e7c0c8092476ed98adccd2d389660827c25.tar.gz |
First version of adding an expanded option to history items
Diffstat (limited to 'tests/transcripts')
-rw-r--r-- | tests/transcripts/from_cmdloop.txt | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/tests/transcripts/from_cmdloop.txt b/tests/transcripts/from_cmdloop.txt index 8c0dd007..871b71f1 100644 --- a/tests/transcripts/from_cmdloop.txt +++ b/tests/transcripts/from_cmdloop.txt @@ -35,18 +35,12 @@ OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY (Cmd) history --------------------------[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 + 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) history -r 4 say -ps --repeat=5 goodnight, Gracie OODNIGHT, GRACIEGAY |