beaker
beaker copied to clipboard
[RFE] Beaker code needs to use argparse library
Currently Beaker code in various places is using optparse.
optparse is deprecated in Python 2. And no longer exists in Python 3.
The replacement for optparse is argparse.
What is Python 3? Enterprise world doesn't know this term yet.