Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnviron ¶
GetEnviron the all return all environment variables encapsulated on a taskfile.Vars
Types ¶
type Compiler ¶
type Compiler interface { GetTaskfileVariables() (*taskfile.Vars, error) GetVariables(t *taskfile.Task, call taskfile.Call) (*taskfile.Vars, error) FastGetVariables(t *taskfile.Task, call taskfile.Call) (*taskfile.Vars, error) HandleDynamicVar(v taskfile.Var, dir string) (string, error) ResetCache() }
Compiler handles compilation of a task before its execution. E.g. variable merger, template processing, etc.
Click to show internal directories.
Click to hide internal directories.