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.
I've been using cake to define some db-related tasks, and I've been wanting to do this
rakestyle i.e.:cake db:migratehowever 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.