mirror of
https://github.com/go-task/task.git
synced 2026-07-09 20:09:14 +02:00
7 lines
87 B
YAML
7 lines
87 B
YAML
|
|
version: '3'
|
||
|
|
|
||
|
|
tasks:
|
||
|
|
default:
|
||
|
|
cmds:
|
||
|
|
- cmd: echo '{{absPath "foo/../bar"}}'
|