1
0
mirror of https://github.com/go-task/task.git synced 2025-07-03 00:57:02 +02:00

Add silent to for_call schema (#1386)

* Add silent to for_call schema

* Update Changelog
This commit is contained in:
Iain Majer
2023-10-30 12:50:20 +00:00
committed by GitHub
parent b681ef9868
commit 30a2415ac8
2 changed files with 5 additions and 0 deletions

View File

@ -370,6 +370,10 @@
"description": "Command to run",
"type": "string"
},
"silent": {
"description": "Silent mode disables echoing of command before Task runs it",
"type": "boolean"
},
"task": {
"description": "Task to run",
"type": "string"