4teamwork / ftw.linkchecker

0 stars 0 forks source link

[Fix]: Make argparser work again. #94

Closed busykoala closed 4 years ago

busykoala commented 4 years ago

Due to the change of arg parser it stopped working (before unused parameters were allowed). Now that all parameters need to be parsed in order not to crash some adaption were needed.

I also used this chance to improve the help output of the arg parser having positional and optional arguments.