1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
This commit is contained in:
Valentin Maerten
2025-08-08 10:51:25 +02:00
parent 3acbfd9b98
commit b8ede7979a

View File

@@ -53,7 +53,7 @@ output:
method: timestamp method: timestamp
``` ```
### `includes` ### [`includes`](#include)
- **Type**: `map[string]Include` - **Type**: `map[string]Include`
- **Description**: Include other Taskfiles - **Description**: Include other Taskfiles
@@ -77,7 +77,7 @@ includes:
checksum: abc123... checksum: abc123...
``` ```
### `vars` ### [`vars`](#variable)
- **Type**: `map[string]Variable` - **Type**: `map[string]Variable`
- **Description**: Global variables available to all tasks - **Description**: Global variables available to all tasks
@@ -118,7 +118,7 @@ env:
sh: echo $DATABASE_URL sh: echo $DATABASE_URL
``` ```
### `tasks` ### [`tasks`](#task)
- **Type**: `map[string]Task` - **Type**: `map[string]Task`
- **Description**: Task definitions - **Description**: Task definitions