cake
cake copied to clipboard
nested task syntax
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.
The alternative would be cake db migrate which I'd also be fine with.
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.