Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultConfig = &Config{ Filter: filters.DefaultFilter, } )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Version string `json:"version" pflag:",version of the workflow to be fetched."`
Latest bool `json:"latest" pflag:", flag to indicate to fetch the latest version, version flag will be ignored in this case"`
Filter filters.Filters `json:"filter" pflag:","`
}
Config commandline configuration
Click to show internal directories.
Click to hide internal directories.