diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-24 14:31:29 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-24 14:31:29 -0400 |
commit | da5f03fb515d0a751d356a0f664ccb4b3df83eb1 (patch) | |
tree | fcf13c46e58fc9238e7ceef794e02ba7596fb1e8 /tests/transcripts | |
parent | 1178bda4d68608a2cd6e34a6bd60639debc92cf1 (diff) | |
download | cmd2-git-da5f03fb515d0a751d356a0f664ccb4b3df83eb1.tar.gz |
Running commands from history stops if a command returns True for its stop value. The command loop will also terminate.
Diffstat (limited to 'tests/transcripts')
-rw-r--r-- | tests/transcripts/from_cmdloop.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/transcripts/from_cmdloop.txt b/tests/transcripts/from_cmdloop.txt index 871b71f1..84d7f8fc 100644 --- a/tests/transcripts/from_cmdloop.txt +++ b/tests/transcripts/from_cmdloop.txt @@ -42,7 +42,6 @@ OODNIGHT, GRACIEGAY 5 set maxrepeats 5 6 say -ps --repeat=5 goodnight, Gracie (Cmd) history -r 4 -say -ps --repeat=5 goodnight, Gracie OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY |