mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
add link
This commit is contained in:
@ -53,7 +53,7 @@ output:
|
||||
method: timestamp
|
||||
```
|
||||
|
||||
### `includes`
|
||||
### [`includes`](#include)
|
||||
|
||||
- **Type**: `map[string]Include`
|
||||
- **Description**: Include other Taskfiles
|
||||
@ -77,7 +77,7 @@ includes:
|
||||
checksum: abc123...
|
||||
```
|
||||
|
||||
### `vars`
|
||||
### [`vars`](#variable)
|
||||
|
||||
- **Type**: `map[string]Variable`
|
||||
- **Description**: Global variables available to all tasks
|
||||
@ -118,7 +118,7 @@ env:
|
||||
sh: echo $DATABASE_URL
|
||||
```
|
||||
|
||||
### `tasks`
|
||||
### [`tasks`](#task)
|
||||
|
||||
- **Type**: `map[string]Task`
|
||||
- **Description**: Task definitions
|
||||
|
Reference in New Issue
Block a user