rake icon indicating copy to clipboard operation
rake copied to clipboard

Allow spaces between arguments in Rake task

Open samzhang111 opened this issue 10 years ago • 1 comments

rake my_task[arg1, arg2]

fails with

Don't know how to build task 'mytask[arg1, '

I think this is a pretty big gotcha. It would be nice to support spaces after commas.

samzhang111 avatar Nov 13 '15 19:11 samzhang111

As a workaround, use quoting in your shell: rake "my_task[arg1, arg2]"

drbrain avatar Nov 13 '15 19:11 drbrain