1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/internal
Andrey Nering 102f8ab74e Expand environment variables on "dir", "sources" and "generates"
So a path like this works: $GOPATH/src/github.com/go-task/task

Allowing of "~" was also implemented. See #74 and baac067a1a

Fixes #116
2018-06-16 14:30:40 -03:00
..
args Move all structs related to Taskfile to its own package 2018-02-17 14:22:18 -02:00
compiler Allow customizable number of expansions 2018-03-04 15:50:03 -03:00
execext Fix compilation after updating mvdan/sh 2018-04-28 15:36:01 -03:00
logger Extract some functionality to its own packages 2018-02-17 16:12:41 -02:00
osext Expand environment variables on "dir", "sources" and "generates" 2018-06-16 14:30:40 -03:00
output Write test for ouput types 2018-04-22 21:40:03 -03:00
status Expand environment variables on "dir", "sources" and "generates" 2018-06-16 14:30:40 -03:00
taskfile First step implementing "prefixed" output option 2018-04-22 15:41:53 -03:00
templater Extract some functionality to its own packages 2018-02-17 16:12:41 -02:00