Wildcard selector for command-line task execution

Hi

Even at the risk of overlooking something, given a multi-project build, does Gradle support execution of a task in all sub projects via command-line? Something like:

# Assuming all sub projects define a task `myTask`, execute it for all subprojects
gradle :*:myTask