1
0
mirror of https://github.com/go-task/task.git synced 2026-04-06 03:44:25 +02:00
Files
task/testdata/includes_silent/Taskfile.yml

14 lines
252 B
YAML

version: '3'
includes:
inc: Taskfile-inc.yml
tasks:
default:
cmds:
- echo "Hello from root Taskfile"
- task: inc:hello
- task: inc:hello-silent
- task: inc:hello-silent-not-set
- task: inc:hello-silent-set-false