1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/testdata/alias/Taskfile.yml

19 lines
226 B
YAML
Raw Normal View History

version: '3'
includes:
included:
taskfile: Taskfile2.yml
tasks:
foo:
aliases: [f, x]
cmds:
- echo "foo"
- task: b
bar:
aliases: [b, x]
cmds:
- echo "bar"
- task: included:q