mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
19 lines
226 B
YAML
19 lines
226 B
YAML
|
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
|