#6 Drop support for `optparse` in favour of `argparse`
Opened by bignose. Modified

In every Python version supported by Configdeck, the argparse library replaces the deprecated optparse library.

Migrate all reference and use of optparse to use argparse instead.


Metadata