chore: sync translations (#1182)

This commit is contained in:
task-bot
2023-05-24 09:37:39 -03:00
committed by GitHub
parent ac96612a17
commit 62b52911fa
24 changed files with 137 additions and 117 deletions

View File

@@ -405,6 +405,7 @@ tasks:
vars: { TEXT: 'before 1' }
- task: echo_sth
vars: { TEXT: 'before 2' }
silent: true
cmds:
- echo "after"
@@ -503,7 +504,7 @@ tasks:
- echo "Another task"
```
Переопределение переменных в вызываемой task делается через указание атрибута `vars`:
Using the `vars` and `silent` attributes you can choose to pass variables and toggle [silent mode](#silent-mode) on a call-by-call basis:
```yaml
version: '3'
@@ -519,6 +520,7 @@ tasks:
cmds:
- task: greet
vars: { RECIPIENT: 'Cruel World' }
silent: true
```
Указанный выше синтаксис также поддерживается в `deps`.