Documentation ¶ Index ¶ type Arglist func FromFurocConfig() Arglist func Parse() Arglist type Command Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Arglist ¶ type Arglist struct { Commands []Command `yaml:"Commands"` Inputs []string `yaml:"Inputs"` // todo: at the moment single input is supported only, the other inputs will be ignored Binary string `yaml:"Binary"` } func FromFurocConfig ¶ func FromFurocConfig() Arglist func Parse ¶ func Parse() Arglist type Command ¶ type Command struct { Args []string `yaml:"Args"` Plugin string `yaml:"Plugin"` PluginName string `yaml:"PluginName"` // binary OutputDir string `yaml:"OutputDir"` } Source Files ¶ View all Source files parseargs.go spectoolsConfig.go Click to show internal directories. Click to hide internal directories.