Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
Title string `yaml:"title"`
Cmd string `yaml:"cmd"`
Vars map[string]VarDefinition `yaml:"vars"`
}
type Config ¶
type Config struct {
GlobalVars map[string]VarDefinition `yaml:"vars"`
Commands []Command `yaml:"commands"`
}
Click to show internal directories.
Click to hide internal directories.