kcmerrill / alfred

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

tasks run with additional params #16

Closed kcmerrill closed 7 years ago

kcmerrill commented 7 years ago

Should be able to run alfred tasks with multiple params.

Example: task.name: tasks: task(1, 2) multitasks: task(1,3)

That way we don't need to create multiple tasks that do the same thing but with different params

kcmerrill commented 7 years ago

Completed!