Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProxyURL is the URL for the proxy server ProxyURL string // Headers contains the headers to be used in the request Headers = make(map[string]string) )
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { URL goflags.StringSlice ListURL goflags.StringSlice Command goflags.StringSlice Args goflags.StringSlice ProxyURL goflags.StringSlice NoColor bool Debug bool ListAvailableCommands bool DisableStdin bool RateLimit int Thread int InputReadTimeout time.Duration Headers goflags.StringSlice Stdin bool Timeout int Exec bool DisableUpdateCheck bool }
func (*Options) IsCheckMode ¶ added in v1.0.1
func (*Options) IsExecMode ¶ added in v1.0.1
func (*Options) IsListAvailableCommands ¶ added in v1.0.1
func (*Options) IsReadMode ¶ added in v1.0.1
Click to show internal directories.
Click to hide internal directories.