From 34ba3ae69e63bec7226a341c9227460aba8a7394 Mon Sep 17 00:00:00 2001 From: edsonarios Date: Fri, 30 Sep 2022 12:35:45 -0400 Subject: [PATCH] Change regex in rich text in simple option in help text --- SoftLayer/CLI/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoftLayer/CLI/command.py b/SoftLayer/CLI/command.py index 3a93b57f8..95013769a 100644 --- a/SoftLayer/CLI/command.py +++ b/SoftLayer/CLI/command.py @@ -23,7 +23,7 @@ class OptionHighlighter(RegexHighlighter): """Provides highlighter regex for the Command help""" highlights = [ - r"(?P\-\w)", # single options like -v + r"(?P^\-\w)", # single options like -v r"(?P