Be able to put the node option first
Currently CommandLines
module only permits:
silkaj id ab -p desktop.moul.re:10901
It would be great if we could be able to do:
silkaj -p desktop.moul.re:10901 id ab
Are we able to do that with CommandLines or do we need to use an other CLI parser?