Ubic
Ubic copied to clipboard
Options for commands
It would be cool to be able to do:
ubic dosomething --foo xxx --bar yyy my.service
Ubic should pass --foo xxx --bar yyy as a list or as a hash { foo => 'xxx', bar => 'yyy' } to service's dosomething method.
This feature would be useful for some built-in commands too. Probably.