Be able to put the node option first
Currently `CommandLines` module only permits: ```bash silkaj id ab -p desktop.moul.re:10901 ``` It would be great if we could be able to do: ```bash 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?
issue