Skip to content
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

chore: convert from optparse to argparse #492

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

JohnVillalovos
Copy link
Contributor

The optparse library has been deprecated since Python 3.2 [1]

Convert optparse usage to the argparse library.

[1] https://docs.python.org/3/library/optparse.html

The `optparse` library has been deprecated since Python 3.2 [1]

Convert `optparse` usage to the `argparse` library.

[1] https://docs.python.org/3/library/optparse.html
Copy link
Owner

@mjs mjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Thank you!

@mjs mjs merged commit 6f198a9 into mjs:master Sep 27, 2022
@JohnVillalovos JohnVillalovos deleted the jlvillal/argparse branch September 27, 2022 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants