#6 optparse is deprecated, switch to argparse
Opened by ktdreyer. Modified

Python's optparse is deprecated since Python 3.2 (https://docs.python.org/3/library/optparse.html). Let's switch sigul to argparse instead.


Metadata