File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33 * Added ability to include command name placeholders in the message printed when trying to run a disabled command.
44 * See docstring for `` disable_command() `` or `` disable_category() `` for more details.
55* Potentially breaking changes
6- * The following commands now write to stderr instead of stdout when printing an error. This will making catching
6+ * The following commands now write to stderr instead of stdout when printing an error. This will make catching
77 errors easier in pyscript.
88 * `` do_help() `` - when no help information can be found
99 * `` default() `` - in all cases since this is called when an invalid command name is run
1010 * `` _report_disabled_command_usage() `` - in all cases since this is called when a disabled command is run
11+ * Removed ** * from beginning of error messages printed by ` do_help() ` and ` default() ` .
1112
1213## 0.9.11 (March 13, 2019)
1314* Bug Fixes
You can’t perform that action at this time.
0 commit comments