docs: describe how to use the silent flag for dependencies (#680)

This commit is contained in:
Mads H. Danquah
2023-04-30 13:26:27 +02:00
committed by Andrey Nering
parent 8bc98fedbf
commit e01b5565a2
3 changed files with 9 additions and 2 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"
}
}
},