1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Move path expanding logic to shell.Expand

This commit is contained in:
Andrey Nering
2018-07-15 15:37:20 -03:00
parent 18961e3d07
commit 67105b332f
5 changed files with 33 additions and 27 deletions

8
testdata/expand/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
version: '2'
tasks:
pwd:
cmds:
- pwd
dir: '~'
silent: true