mirror of
https://github.com/go-task/task.git
synced 2026-06-23 04:35:52 +00:00
chore: sync translations (#1182)
This commit is contained in:
@@ -271,10 +271,11 @@ tasks:
|
||||
|
||||
#### Dependency
|
||||
|
||||
| Атрибут | Тип | По умолчанию | Описание |
|
||||
| ------- | ---------------------------------- | ------------ | -------------------------------------------------------- |
|
||||
| `task` | `string` | | The task to be execute as a dependency. |
|
||||
| `vars` | [`map[string]Variable`](#variable) | | Optional additional variables to be passed to this task. |
|
||||
| Атрибут | Тип | По умолчанию | Описание |
|
||||
| -------- | ---------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- |
|
||||
| `task` | `string` | | The task to be execute as a dependency. |
|
||||
| `vars` | [`map[string]Variable`](#variable) | | Optional additional variables to be passed to this task. |
|
||||
| `silent` | `bool` | `false` | Hides task name and command from output. The command's output will still be redirected to `STDOUT` and `STDERR`. |
|
||||
|
||||
:::tip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user