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 df217e5 commit 6219f76Copy full SHA for 6219f76
cmd2/styles.py
@@ -34,7 +34,7 @@ class Cmd2Style(StrEnum):
34
EXAMPLE = "cmd2.example" # Command line examples in help text
35
HELP_HEADER = "cmd2.help.header" # Help table header text
36
HELP_LEADER = "cmd2.help.leader" # Text right before the help tables are listed
37
- RULE_LINE = "rule.line" # Rich style for horizontal rules
+ RULE_LINE = "rule.line" # Built-in Rich style for horizontal rules
38
SUCCESS = "cmd2.success" # Success text (used by psuccess())
39
WARNING = "cmd2.warning" # Warning text (used by pwarning())
40
0 commit comments