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
https://dokuo.net/rails/rake-with-args/
The text was updated successfully, but these errors were encountered:
そもそも rake task_name[val1,val2] この [] が zsh だと特別扱いされて面倒という事もあったので、 rake task_name{arg2:val2,arg1:val1} とか書けるようになれば一石二鳥では・・・?と思ったら、すでに proposal も PR も合った・・・ 是非欲しい!
rake task_name[val1,val2]
[]
rake task_name{arg2:val2,arg1:val1}
ruby/rake#81 ruby/rake#370
Sorry, something went wrong.
Acceptされてないっぽいのはなにか理由あるのかな?
No branches or pull requests
https://dokuo.net/rails/rake-with-args/
The text was updated successfully, but these errors were encountered: