1
0
mirror of https://github.com/go-task/task.git synced 2025-06-15 00:15:10 +02:00

Allow customizable number of expansions

Updates #66
This commit is contained in:
Andrey Nering
2018-03-04 15:50:03 -03:00
parent 1a3df08aca
commit 51998f706f
3 changed files with 22 additions and 15 deletions

View File

@ -112,6 +112,7 @@ func (e *Executor) setup() error {
Dir: e.Dir,
Taskvars: e.taskvars,
TaskfileVars: e.Taskfile.Vars,
Expansions: e.Taskfile.Expansions,
Logger: e.Logger,
}