Ubic icon indicating copy to clipboard operation
Ubic copied to clipboard

Options for commands

Open berekuk opened this issue 13 years ago • 0 comments

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.

berekuk avatar Apr 26 '12 16:04 berekuk