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:
4
docs/static/schema.json
vendored
4
docs/static/schema.json
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user