python-console-snake icon indicating copy to clipboard operation
python-console-snake copied to clipboard

Replace optparse by argparse

Open bittner opened this issue 6 years ago • 1 comments

The parser module uses the optparse Python module, which is deprecated and should be replaced by argparse.

bittner avatar Oct 28 '18 12:10 bittner

See issue #16 for a code sample you could start with.

bittner avatar Oct 28 '18 13:10 bittner