Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CLIFlags []cli.Flag
Will be populated in init() below
Functions ¶
func GetCLIFlagFromVarName ¶
GetCLIFlagFromVarName returns the name of the CLI flag associated with a config var
Types ¶
type Config ¶
Config is a complete set of app configuration
func (*Config) ShowDeprecationWarnings ¶ added in v0.14.0
type KeyValueFlag ¶ added in v0.15.0
type KeyValueFlag struct {
// contains filtered or unexported fields
}
func (*KeyValueFlag) Set ¶ added in v0.15.0
func (k *KeyValueFlag) Set(value string) error
func (*KeyValueFlag) String ¶ added in v0.15.0
func (k *KeyValueFlag) String() string
Click to show internal directories.
Click to hide internal directories.