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

refactor: IncludedTaskfiles -> Includes

This commit is contained in:
Pete Davison
2024-01-04 00:04:53 +00:00
parent bb16c3efca
commit 5fc66293b0
5 changed files with 79 additions and 79 deletions

View File

@ -38,7 +38,7 @@ type Task struct {
Run string
IncludeVars *Vars
IncludedTaskfileVars *Vars
IncludedTaskfile *IncludedTaskfile
IncludedTaskfile *Include
Platforms []*Platform
Location *Location
Watch bool