mirror of
https://github.com/go-task/task.git
synced 2026-07-07 22:18:47 +00:00
Added included taskfile directory resolving
This commit is contained in:
@@ -6,7 +6,7 @@ type Taskfile struct {
|
||||
Expansions int
|
||||
Output string
|
||||
Method string
|
||||
Includes map[string]string
|
||||
Includes IncludedTaskFiles
|
||||
Vars Vars
|
||||
Env Vars
|
||||
Tasks Tasks
|
||||
@@ -20,7 +20,7 @@ func (tf *Taskfile) UnmarshalYAML(unmarshal func(interface{}) error) error {
|
||||
Expansions int
|
||||
Output string
|
||||
Method string
|
||||
Includes map[string]string
|
||||
Includes IncludedTaskFiles
|
||||
Vars Vars
|
||||
Env Vars
|
||||
Tasks Tasks
|
||||
|
||||
Reference in New Issue
Block a user