Skip to content

Commit

Permalink
remove launch
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jan 28, 2025
1 parent fcc1591 commit 1682aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skore/src/skore/cli/color_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def format_help(self):

# Color the subcommands in cyan
help_text = re.sub(
r"(?<=\s)(launch|create|open|kill)(?=\s+)",
r"(?<=\s)(create|open|kill)(?=\s+)",
r"[cyan bold]\1[/cyan bold]",
help_text,
)
Expand Down

0 comments on commit 1682aa4

Please sign in to comment.