-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
from argparse import ArgumentParser
parser = ArgumentParser()
parser.add_argument(
"-v", dest="verbose",
help="duck around %",
action='store_true'
)
# Find out
options = parser.parse_args()
Run this with a '-h' on the commandline, and watch the pretty backtrace
CPython versions tested on:
3.10
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error