File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 input from previous invocations of ` cmd2 ` based apps now shows in the ` history ` command.
2929 * Text scripts now run immediately instead of adding their commands to ` cmdqueue ` . This allows easy capture of
3030 the entire script's output.
31- * Added member to CommandResult called stop which is the return value of onecmd_plus_hooks after it runs the given
32- command line.
31+ * Added member to ` CommandResult ` called ` stop ` which is the return value of onecmd_plus_hooks after it runs
32+ the given command line.
3333* Breaking changes
3434 * Replaced ` unquote_redirection_tokens() ` with ` unquote_specific_tokens() ` . This was to support the fix
3535 that allows terminators in alias and macro values.
4646 * HistoryItem class is no longer a subclass of ` str ` . If you are directly accessing the ` .history ` attribute
4747 of a ` cmd2 ` based app, you will need to update your code to use ` .history.get(1).statement.raw ` instead.
4848 * Removed internally used ` eos ` command that was used to keep track of when a text script's commands ended
49- * Removed cmd2 member called _ STOP_AND_EXIT since it was just a boolean value that should always be True
50- * Removed cmd2 member called _ should_quit since PyscriptBridge now handles this logic
49+ * Removed ` cmd2 ` member called ` _STOP_AND_EXIT ` since it was just a boolean value that should always be True
50+ * Removed ` cmd2 ` member called ` _should_quit ` since ` PyscriptBridge ` now handles this logic
5151* ** Python 3.4 EOL notice**
5252 * Python 3.4 reached its [ end of life] ( https://www.python.org/dev/peps/pep-0429/ ) on March 18, 2019
5353 * This is the last release of ` cmd2 ` which will support Python 3.4
You can’t perform that action at this time.
0 commit comments