Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckOptions ¶
type ChoiceOption ¶
type ChoiceOptions ¶
type ChoiceOptions map[string]*ChoiceOption
type Command ¶
type Command struct {
AsRoot bool `yaml:"as-root"`
Aliases []string `yaml:"aliases"`
Help string `yaml:"help"`
Deps []*Command `yaml:"-"`
DepsStrings []string `yaml:"deps"`
Exec string `yaml:"exec"`
Commands Commands `yaml:"commands"`
// contains filtered or unexported fields
}
Command defines a build command.
type Spec ¶
type Spec struct {
Env map[string]string `yaml:"-"`
EnvMap yaml.MapSlice `yaml:"env"`
Options map[string]interface{} `yaml:"options"`
ChoiceOptions ChoiceOptions `yaml:"-"`
CheckOptions CheckOptions `yaml:"-"`
Commands Commands `yaml:"commands"`
}
Spec defines a grml build file.
Click to show internal directories.
Click to hide internal directories.