We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0983226 commit 1f23509Copy full SHA for 1f23509
CHANGELOG.md
@@ -28,7 +28,7 @@
28
input from previous invocations of `cmd2` based apps now shows in the `history` command.
29
* Text scripts now run immediately instead of adding their commands to `cmdqueue`. This allows easy capture of
30
the entire script's output.
31
- * Added member to `CommandResult` called `stop` which is the return value of onecmd_plus_hooks after it runs
+ * Added member to `CommandResult` called `stop` which is the return value of `onecmd_plus_hooks` after it runs
32
the given command line.
33
* Breaking changes
34
* Replaced `unquote_redirection_tokens()` with `unquote_specific_tokens()`. This was to support the fix
0 commit comments