Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompilerV2 ¶
type CompilerV2 struct {
Dir string
Taskvars *taskfile.Vars
TaskfileVars *taskfile.Vars
Expansions int
Logger *logger.Logger
// contains filtered or unexported fields
}
func (*CompilerV2) GetVariables ¶
GetVariables returns fully resolved variables following the priority order: 1. Task variables 2. Call variables 3. Taskfile variables 4. Taskvars file variables 5. Environment variables
func (*CompilerV2) HandleDynamicVar ¶
func (*CompilerV2) ResetCache ¶ added in v3.2.0
func (c *CompilerV2) ResetCache()
ResetCache clear the dymanic variables cache
Click to show internal directories.
Click to hide internal directories.