Skip to content

Commit 5c4080a

Browse files
authored
Default to color help in argparse
1 parent f575588 commit 5c4080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def __init__(
167167
indent_increment=2,
168168
max_help_position=24,
169169
width=None,
170-
color=False,
170+
color=True,
171171
):
172172
# default setting for width
173173
if width is None:

0 commit comments

Comments
 (0)