1
0
mirror of https://github.com/go-task/task.git synced 2025-11-06 09:09:13 +02:00
Files
task/testdata/dir/explicit_doesnt_exist/Taskfile.yml
2019-06-04 18:58:22 +02:00

9 lines
90 B
YAML

version: '2'
tasks:
whereami:
dir: createme
cmds:
- pwd
silent: true