File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1160,8 +1160,12 @@ def pwarning(
1160
1160
1161
1161
:param msg: object to print
1162
1162
:param end: string appended after the end of the message, default a newline
1163
- :param apply_style: If True, then ansi.style_warning will be applied to the message text. Set to False in cases
1164
- where the message text already has the desired style. Defaults to True.
1163
+ :param apply_style:
1164
+ If True, then ansi.style_warning will be applied to the message text. Set to False in cases
1165
+ where the message text already has the desired style. Defaults to True.
1166
+
1167
+ .. deprecated: 2.4.4
1168
+ Use :meth:`~cmd2.Cmd.print_to` instead to print to stderr without style applied.
1165
1169
:param paged: If True, pass the output through the configured pager.
1166
1170
:param chop: If paged is True, True to truncate long lines or False to wrap long lines.
1167
1171
"""
You can’t perform that action at this time.
0 commit comments