Skip to content

Feature/use argeparse instead of optparse

optparse is deprecated, source: https://docs.python.org/2/library/optparse.html#module-optparse

replace it with argparse

Merge request reports