Refactor argument parser building
In order to allow easier testing of the argument parser, refactor its setup into a function. Now we can "from xmppnotify import build_argparser" and use it.
Please register or sign in to comment
In order to allow easier testing of the argument parser, refactor its setup into a function. Now we can "from xmppnotify import build_argparser" and use it.