We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07c7da commit db50b14Copy full SHA for db50b14
mypy/main.py
@@ -1107,7 +1107,7 @@ def add_invertible_flag(
1107
parser.add_argument(
1108
"--enable-incomplete-feature",
1109
action="append",
1110
- choices=sorted(INCOMPLETE_FEATURES),
+ metavar="{" + ",".join(sorted(INCOMPLETE_FEATURES)) + "}",
1111
help="Enable support of incomplete/experimental features for early preview",
1112
)
1113
internals_group.add_argument(
0 commit comments