Skip to content

Commit 1ba8493

Browse files
committed
Use BOLD blue for headers
1 parent 9f863f0 commit 1ba8493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/cli/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class PrettyHelpFormatter(optparse.IndentedHelpFormatter):
3232
styles: dict[str, StyleType] = {
3333
"optparse.shortargs": "green",
3434
"optparse.longargs": "cyan",
35-
"optparse.groups": "blue",
35+
"optparse.groups": "bold blue",
3636
"optparse.help": "default",
3737
"optparse.metavar": "yellow",
3838
"optparse.syntax": "bold",

0 commit comments

Comments
 (0)