Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FlagType is the flag for defining the profile type. FlagType string = "type" // FlagProfile is the flag for defining the input file location. FlagProfile string = "profile" )
Variables ¶
View Source
var DefaultInputFile = cli.DefaultFile
DefaultInputFile defines the default input location for the runner.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options define all possible options for the runner.
func FromContext ¶
FromContext can be used to create Options from an CLI context.
Click to show internal directories.
Click to hide internal directories.