1
0
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:
Valentin Maerten
2024-12-30 10:09:28 +01:00
committed by GitHub
parent 9727eef476
commit 5f1d46c770
8 changed files with 120 additions and 11 deletions

View File

@@ -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"