Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseResult ¶ added in v0.3.13
type ParseResult struct {
Path string
GlobalVars babfile.VarMap
GlobalEnv map[string]string
GlobalSilent *bool
GlobalOutput *bool
GlobalDir string
Tasks babfile.TaskMap
Aliases map[string]string
}
func Parse ¶ added in v0.1.0
func Parse(path string) (*ParseResult, error)
Click to show internal directories.
Click to hide internal directories.