Versions in this module Expand all Collapse all v0 v0.0.2 Jan 6, 2022 Changes in this version + const Version type Spec + Version int v0.0.1 Dec 17, 2020 Changes in this version + type CheckOptions map[string]bool + type ChoiceOption struct + Options []string + Set string + type ChoiceOptions map[string]*ChoiceOption + type Command struct + Aliases []string + AsRoot bool + Commands Commands + Deps []*Command + DepsStrings []string + Exec string + Help string + func (c *Command) FullName() string + func (c *Command) Name() string + func (c *Command) Spec() *Spec + type Commands map[string]*Command + type Spec struct + CheckOptions CheckOptions + ChoiceOptions ChoiceOptions + Commands Commands + Env map[string]string + EnvMap yaml.MapSlice + Options map[string]interface{} + func ParseSpec(path string, env map[string]string) (s *Spec, err error) + func (s Spec) ExecEnv() (env []string)