package
Version:
v0.4.22
Opens a new window with list of versions in this module.
Published: Apr 15, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
EnvStringCobra register an environment-backed string variable to the flagset
type Flag interface {
String() string
}
Flag represents the flag registration
func EnvString(name, defaultValue, envVarName, usage string) Flag
EnvString register an environment-backed string variable to the go runtime flag set
Source Files
¶
Click to show internal directories.
Click to hide internal directories.