mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
feat: can exclude task from being included (#1859)
This commit is contained in:
@@ -653,6 +653,13 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"excludes": {
|
||||
"description": "A list of tasks to be excluded from inclusion.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"description": "A set of variables to apply to the included Taskfile.",
|
||||
"$ref": "#/definitions/vars"
|
||||
|
Reference in New Issue
Block a user