This fixes the issue where not all cmdline options were forwarded to the
minion.
This is a proof of concept, if you approve this, I'll add unit tests. I
have went back and forth between different implementation, and I've
found at least one serious roadblock or disadvantage for any of them.
Also all were ugly. This one implements a reverse argparser, but seems
the cleanest one, if you can believe that.
If you have suggestions how to implement this in a better way, I'm all
ears. (And I might also tell you that I tried it and didn't work out
because of X).