-
Notifications
You must be signed in to change notification settings - Fork 369
Labels
area:tasksRelated to pixi tasksRelated to pixi tasks
Description
Problem description
per #3533 (comment):
Also, the list-based depends-on.*.args list seems like it might be challenging to reason about above a certain level of complexity, and might benefit from allowing explicitly naming the args being set:
[tasks.foo-one--]
args = [{ "arg" = "bar" }]
cmd = "echo built {{ bar }} > bar/{{ bar }}.txt"
inputs = ["foo/{{ bar }}/"]
outputs = ["bar/{{ bar }}.txt"]
[tasks.foo-all]
depends-on = [
{ task = "foo-one--", args = {bar="baz"} },
{ task = "foo-one--", args = {bar="boo"} },
]theavey and lucascolley
Metadata
Metadata
Assignees
Labels
area:tasksRelated to pixi tasksRelated to pixi tasks