kcmerrill / alfred

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

call task/multitask with (params1, params2) #17

Closed kcmerrill closed 7 years ago

kcmerrill commented 7 years ago

alfred task(1,2)

would really run task(1,2)

Lets start off first doing them in sync, but we can later add an astric or a ! denoting it can be run in parallel.

kcmerrill commented 7 years ago

I don't think this is a good idea. Now that we have the () functionality on task groups, I think we should ignore this, or at the very least create a task that calls what it needs.