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
Rake does seem to support it in a way, but that looks very clunky. Maybe sake can do better.
sake
The text was updated successfully, but these errors were encountered:
People seem to like this type of thing:
rake user:create -- --user [email protected] --pass 123
And I'd agree, this is probably the best solution, as long as you have only one task…
Sorry, something went wrong.
FWIW there's an example of that in whateverable (no arguments, but fake parameterizable tasks):
https://github.com/perl6/whateverable/blob/62a8d0d126737b96341a2a156584b62f48d33820/Sakefile#L17
No branches or pull requests
Rake does seem to support it in a way, but that looks very clunky. Maybe
sake
can do better.The text was updated successfully, but these errors were encountered: