You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,12 @@
18
18
* We make no API stability guarantees about these internal functions
19
19
* Split `perror` into 2 functions:
20
20
*`perror` - print a message to sys.stderr
21
-
*`pexcept` - print Exception message to sys.stderr. If debug is true, print exception traceback if one exists.
22
-
* Removed color parameters from `poutput` and `perror` since more powerful styles now exist. See the docstrings
23
-
of these methods for more information on applying styles to output messages.
21
+
*`pexcept` - print Exception message to sys.stderr. If debug is true, print exception traceback if one exists
22
+
* Signature of `poutput` and `perror` significantly changed
23
+
* Removed color parameters `color`, `err_color`, and `war_color` from `poutput` and `perror`
24
+
* See the docstrings of these methods or the [cmd2 docs](https://cmd2.readthedocs.io/en/latest/unfreefeatures.html#poutput-pfeedback-perror-ppaged) for more info on applying styles to output messages
25
+
*`end` argument is now keyword-only and cannot be specified positionally
26
+
*`traceback_war` no longer exists as an argument since it isn't needed now that `perror` and `pexcept` exist
24
27
* Moved `cmd2.Cmd.colors` to ansi.py and renamed it to `allow_ansi`. This is now an application-wide setting.
25
28
* Renamed the following constants and moved them to ansi.py
0 commit comments