Files
go-task/testdata/list_desc_interpolation/Taskfile.yml
2023-10-07 18:57:14 -03:00

9 lines
92 B
YAML

version: '3'
vars:
foo: bar
tasks:
foo:
desc: "task has desc with {{ .foo }} var"