mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
13 lines
133 B
YAML
13 lines
133 B
YAML
|
version: '3'
|
||
|
|
||
|
includes:
|
||
|
included:
|
||
|
taskfile: ./included
|
||
|
flatten: true
|
||
|
|
||
|
tasks:
|
||
|
gen:
|
||
|
cmds:
|
||
|
- echo "gen multiple"
|
||
|
|