diff --git a/SoftLayer/CLI/command.py b/SoftLayer/CLI/command.py index 5b44da1a6..b38f89d7c 100644 --- a/SoftLayer/CLI/command.py +++ b/SoftLayer/CLI/command.py @@ -19,11 +19,15 @@ class OptionHighlighter(RegexHighlighter): - """Provides highlighter regex for the Command help""" + """Provides highlighter regex for the Command help. + + Defined in SoftLayer\\utils.py console_color_themes() + """ highlights = [ r"(?P^\-\w)", # single options like -v r"(?P