-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
pdb
is using getopt
for argument parsing. getopt
is pretty old and not well maintained. Some issue in #108791 could be avoided with the modern argparse
module. We should replace getopt
with argparse
when it's easy to do so. This might ease the load in the future when more arguments are added to the CLI.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement