mirror of
https://github.com/go-task/task.git
synced 2025-03-21 21:27:07 +02:00
Documentation: Remove reference to deprecated "expansions" keyword
Closes #575
This commit is contained in:
parent
41a71e1dee
commit
78ddf50d2d
@ -28,7 +28,7 @@ officially supported. On Linux, only `Taskfile.yml` will work, though.
|
|||||||
|
|
||||||
- `version:`
|
- `version:`
|
||||||
- `includes:`
|
- `includes:`
|
||||||
- Configuration ones, like `output:`, `expansions:` or `silent:`
|
- Configuration ones, like `output:` or `silent:`
|
||||||
- `vars:`
|
- `vars:`
|
||||||
- `env:`
|
- `env:`
|
||||||
- `tasks:`
|
- `tasks:`
|
||||||
@ -60,7 +60,6 @@ version: '3'
|
|||||||
includes:
|
includes:
|
||||||
docker: ./docker/Taskfile.yml
|
docker: ./docker/Taskfile.yml
|
||||||
output: prefixed
|
output: prefixed
|
||||||
expansions: 3
|
|
||||||
vars:
|
vars:
|
||||||
FOO: bar
|
FOO: bar
|
||||||
env:
|
env:
|
||||||
@ -76,7 +75,6 @@ includes:
|
|||||||
docker: ./docker/Taskfile.yml
|
docker: ./docker/Taskfile.yml
|
||||||
|
|
||||||
output: prefixed
|
output: prefixed
|
||||||
expansions: 3
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
FOO: bar
|
FOO: bar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user