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 abdc912 commit 6d9dba9Copy full SHA for 6d9dba9
examples/rich_theme.py
@@ -31,8 +31,8 @@ def do_theme_show(self, _: cmd2.Statement):
31
"""Showcases the custom theme by printing messages with different styles."""
32
self.poutput("This is a basic output message.")
33
self.psuccess("This is a success message.")
34
- self.warning("This is a warning message.")
35
- self.error("This is an error message.")
+ self.pwarning("This is a warning message.")
+ self.perror("This is an error message.")
36
37
38
if __name__ == "__main__":
0 commit comments