mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
feat: support for loops with generates (#2151)
This commit is contained in:
@@ -475,7 +475,7 @@
|
||||
"for_attribute": {
|
||||
"description": "The task attribute to iterate over",
|
||||
"type": "string",
|
||||
"enum": ["sources"]
|
||||
"enum": ["sources", "generates"]
|
||||
},
|
||||
"for_var": {
|
||||
"description": "Which variables to iterate over. The variable will be split using any whitespace character by default. This can be changed by using the `split` attribute.",
|
||||
|
||||
Reference in New Issue
Block a user