mirror of
https://github.com/go-task/task.git
synced 2026-06-28 15:14:18 +00:00
docs: describe how to use the silent flag for dependencies (#680)
This commit is contained in:
committed by
Andrey Nering
parent
8bc98fedbf
commit
e01b5565a2
4
docs/static/schema.json
vendored
4
docs/static/schema.json
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user