feat: add ability to set watch: true in Taskfile (#1361)

This commit is contained in:
Andrey Nering
2023-10-07 18:06:43 -03:00
committed by GitHub
parent 383746fcee
commit adfb96b637
6 changed files with 65 additions and 4 deletions

View File

@@ -188,6 +188,11 @@
"requires": {
"description": "A list of variables which should be set if this task is to run, if any of these variables are unset the task will error and not run",
"$ref": "#/definitions/3/requires_obj"
},
"watch": {
"description": "Configures a task to run in watch mode automatically.",
"type": "boolean",
"default": false
}
}
},