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
to easy to implement CLI based task like followings.
class AwesomeCLITask < Tumugi::Plugin::CommandBase param :param1 def run run_command(command) end def command # return awesome CLI command "awesome-cli #{param1}" end end
The text was updated successfully, but these errors were encountered:
Introduce Tumugi::Plugin::CommandBase class
772fb74
to make it easy for developer to create CLI based tasks. For #14
@lamanotrama What do you think of this change? Is this worth for you?
Sorry, something went wrong.
@hakobera Good!!
No branches or pull requests
to easy to implement CLI based task like followings.
The text was updated successfully, but these errors were encountered: