We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
--foo xxx --bar yyy
{ foo => 'xxx', bar => 'yyy' }
dosomething
This feature would be useful for some built-in commands too. Probably.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be cool to be able to do:
Ubic should pass
--foo xxx --bar yyy
as a list or as a hash{ foo => 'xxx', bar => 'yyy' }
to service'sdosomething
method.This feature would be useful for some built-in commands too. Probably.
The text was updated successfully, but these errors were encountered: