mirror of
https://github.com/go-task/task.git
synced 2025-01-24 05:17:21 +02:00
Add silent to for_call schema (#1386)
* Add silent to for_call schema * Update Changelog
This commit is contained in:
parent
b681ef9868
commit
30a2415ac8
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
- Fix bug where dynamic `vars:` and `env:` were being executed when they should
|
- Fix bug where dynamic `vars:` and `env:` were being executed when they should
|
||||||
actually be skipped by `platforms:` (#1273, #1377 by @andreynering).
|
actually be skipped by `platforms:` (#1273, #1377 by @andreynering).
|
||||||
|
- Fix `schema.json` to make `silent` valid in `cmds` that use `for` (#1385, #1386 by @iainvm).
|
||||||
|
|
||||||
## v3.31.0 - 2023-10-07
|
## v3.31.0 - 2023-10-07
|
||||||
|
|
||||||
|
4
docs/static/schema.json
vendored
4
docs/static/schema.json
vendored
@ -370,6 +370,10 @@
|
|||||||
"description": "Command to run",
|
"description": "Command to run",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"silent": {
|
||||||
|
"description": "Silent mode disables echoing of command before Task runs it",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"task": {
|
"task": {
|
||||||
"description": "Task to run",
|
"description": "Task to run",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user