You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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]>:
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 liketask "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 text was updated successfully, but these errors were encountered: