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
# Before myke --loglevel=info ... task1[a=1] task2[b=2] # After myke --myke-args task1 --task1-args task2 --task2-args # User-defined task example myke -v -f *.yml doSomething --from=a doSomethingElse --to=b # Built-in tasks example ## either special actions that start with / myke /template --file xyz.tpl myke /licenses ## or flags myke --template xyz.tpl myke --licenses
The text was updated successfully, but these errors were encountered:
really like the look of this:
# User-defined task example myke -v -f *.yml doSomething --from=a doSomethingElse --to=b
And would vote to use flags for built-in actions: myke --template
myke --template
Sorry, something went wrong.
Long-term v1.0 arguments syntax [Fixes #43] (#70)
fc27f71
* Prepare migration to new subcommand syntax * Implement new args syntax * Update README * Fix version * Remove debug statement
No branches or pull requests
The text was updated successfully, but these errors were encountered: