kcmerrill / alfred

(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
MIT License
63 stars 14 forks source link

Use a * when denoting wildcard tasks #7

Open kcmerrill opened 7 years ago

kcmerrill commented 7 years ago

I've been notating my tasks with periods.

docker.push.whatever.latest docker.push.whatever2.latest docker.push.whatever.canary docker.push.whatever2.canary

Would be interesting to do something like: docker.push.*.latest

or docker.push.*