kcmerrill / alfred

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

Added task(params) for all task groups #28

Closed kcmerrill closed 7 years ago

kcmerrill commented 7 years ago

Any task component that can be called as a task group can now be called with params.

example:

example:
    tasks: taska(param1, param2) taska(param3, param4)

NOTE!!!! Either keep the string a space separated list, OR make sure all tasks have an empty ().