SilleBille / pki

Dogtag PKI Issues should be reported to the Dogtag PKI Pagure Issues site
https://pagure.io/dogtagpki/issues
GNU General Public License v2.0
1 stars 1 forks source link

Replacing getopt with argparse #479

Closed SilleBille closed 4 years ago

SilleBille commented 5 years ago

This issue was migrated from Pagure Issue #3072.Originally filed by edewata on 2018-10-23

Most PKI Python scripts are using getopt. It would be nice to convert them into argparse for simplicity.

https://docs.python.org/3/library/getopt.html https://docs.python.org/3/library/argparse.html