Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InitErr error Config = &Configuration{ Out: os.Stdout, ThemesRepository: defaultThemesRepository, SleepTimeBetweenEachThemeDownloadInSeconds: 3, } )
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { Out io.Writer ThemesRepository string SleepTimeBetweenEachThemeDownloadInSeconds int CollectionFile string EnvironmentFile string UsedTheme string OutputFile string Watch bool ThemeLocalName string IgnoredRequestHeaders StringsFlag IgnoredResponseHeaders StringsFlag ThemesDirectory string Args []string }
type StringsFlag ¶
type StringsFlag struct {
Values []string
}
func (*StringsFlag) Set ¶
func (sf *StringsFlag) Set(value string) error
func (StringsFlag) String ¶
func (sf StringsFlag) String() string
Click to show internal directories.
Click to hide internal directories.