qtop icon indicating copy to clipboard operation
qtop copied to clipboard

Use argparse instead of optparse

Open fgeorgatos opened this issue 2 years ago • 0 comments

The optparse module is deprecated since python 3.2 (see Documentation) and will not be developed further.

Moving forward, we should migrate to argparse which provides the same functionality with some changes to the API.

fgeorgatos avatar Oct 16 '23 21:10 fgeorgatos