1
0
mirror of https://github.com/go-task/task.git synced 2026-04-26 20:02:40 +02:00
Files
task/testdata/abs_path/Taskfile.yml
Mateen Anjum 1b06da16f6 feat(templater): add absPath template function (#2788)
Signed-off-by: Mateen Anjum <mateenali66@gmail.com>
Co-authored-by: Valentin Maerten <maerten.valentin@gmail.com>
2026-04-20 21:50:03 +02:00

7 lines
87 B
YAML

version: '3'
tasks:
default:
cmds:
- cmd: echo '{{absPath "foo/../bar"}}'