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 80b0aee commit daaf07aCopy full SHA for daaf07a
pydantic_argparse/parsers/boolean.py
@@ -52,6 +52,7 @@ def parse_field(
52
help=utils.argument_description(field.field_info.description),
53
dest=field.alias,
54
required=True,
55
+ default=None, # Bug workaround: https://bugs.python.org/issue46080
56
)
57
58
elif default:
0 commit comments