-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Replace the old getopt
with argparse
in pdb CLI
#109164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
Actually, |
I agree that |
|
Feature or enhancement
Proposal:
pdb
is usinggetopt
for argument parsing.getopt
is pretty old and not well maintained. Some issue in #108791 could be avoided with the modernargparse
module. We should replacegetopt
withargparse
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
getopt
withargparse
in pdb #109165The text was updated successfully, but these errors were encountered: