Documentation
¶
type Config struct {
Prompts []Prompt `yaml:"prompts"`
}
Config is a tmpl config
type Prompt struct {
ID string `yaml:"id"`
Label string `yaml:"label"`
Help string `yaml:"help"`
Default string `yaml:"default"`
Options []string `yaml:"options"`
}
Prompt is a tmpl prompt
Source Files
¶
Click to show internal directories.
Click to hide internal directories.