File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ class Cmd2Style(StrEnum):
5656 COMPLETION_MENU = "cmd2.completion_menu" # Base style for the entire completion menu container (sets the background)
5757 COMPLETION_MENU_COMPLETION = "cmd2.completion-menu.completion" # Style for an individual, non-selected completion item
5858 COMPLETION_MENU_CURRENT = "cmd2.completion-menu.completion.current" # Style for the currently selected completion item
59- COMPLETION_MENU_META = "cmd2.completion-menu.meta.completion" # Style for " meta" information shown alongside a completion
60- COMPLETION_MENU_META_CURRENT = "cmd2.completion-menu.meta.completion.current" # Style for meta info of current item
59+ COMPLETION_MENU_META = "cmd2.completion-menu.meta.completion" # Style for meta information shown alongside a completion
60+ COMPLETION_MENU_META_CURRENT = "cmd2.completion-menu.meta.completion.current" # Style for meta information of current item
6161 ERROR = "cmd2.error" # Error text (used by perror())
6262 HELP_HEADER = "cmd2.help.header" # Help table header text
6363 HELP_LEADER = "cmd2.help.leader" # Text right before the help tables are listed
You can’t perform that action at this time.
0 commit comments