1
0
mirror of https://github.com/go-task/task.git synced 2025-01-08 04:04:08 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- Fix bug where dynamic `vars:` and `env:` were being executed when they should
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

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"