Ironically the previous version of this patch was using getopt but it was changed to argparse based on review comments.
On 10.02.2017 13:24, Neels Hofmeyr wrote:
On Fri, Feb 10, 2017 at 01:19:15PM +0100, Neels Hofmeyr wrote:
For general solutions: the SDK apparently provides optarg, so we could use that instead of argparse.
make that: getopt
~N