cake icon indicating copy to clipboard operation
cake copied to clipboard

nested task syntax

Open sam0x17 opened this issue 5 years ago • 2 comments

I've been using cake to define some db-related tasks, and I've been wanting to do this rake style i.e.: cake db:migrate however if I define a task like task "db:migrate" cake will strip out the inner : character. Would be great if this worked out of the box in lieu of multi-word task names.

sam0x17 avatar May 19 '20 20:05 sam0x17

The alternative would be cake db migrate which I'd also be fine with.

sam0x17 avatar May 19 '20 20:05 sam0x17

Hi,

The namespaces aren’t implemented. Feel free to create pull request if you are insterested in this feature

ср, 20 мая 2020 г. в 1:47, Sam Johnson [email protected]:

The alternative would be cake db migrate which I'd also be fine with.

axvm avatar May 19 '20 21:05 axvm