This commit is contained in:
task-bot
2023-05-23 01:14:08 +00:00
parent 078c0bb9c7
commit 7575b0c083
25 changed files with 59 additions and 39 deletions

View File

@@ -241,6 +241,10 @@
"vars": {
"description": "Values passed to the task called",
"$ref": "#/definitions/3/vars"
},
"silent": {
"description": "Hides task name and command from output. The command's output will still be redirected to `STDOUT` and `STDERR`.",
"type": "boolean"
}
}
},