Skip to content

Commit

Permalink
Replace optparse with argparse
Browse files Browse the repository at this point in the history
Optparse is deprecated since Python 3.2:

    https://docs.python.org/3/library/optparse.html

This PR updates the optparse code to use argparse, as well as
to use the variable naming conventions that are typically used
with argparse code. See:

    https://docs.python.org/3/library/argparse.html#upgrading-optparse-code
  • Loading branch information
andmis committed Dec 7, 2021
1 parent 2676823 commit 8e1c574
Showing 1 changed file with 129 additions and 128 deletions.
Loading

0 comments on commit 8e1c574

Please sign in to comment.