Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EnvKeyCliVerbose // Provides the debug flag. This value is true when the command is open debug mode EnvKeyCliVerbose = "CLI_VERBOSE" // EnvKeyCliTimeoutSecond // Provides the timeout second flag EnvKeyCliTimeoutSecond = "CLI_CONFIG_TIMEOUT_SECOND" // EnvLogLevel // env ENV_WEB_LOG_LEVEL default "" EnvLogLevel string = "CLI_LOG_LEVEL" )
Variables ¶
This section is empty.
Functions ¶
func BadgeFlags ¶
Types ¶
type BadgeConfig ¶
type BadgeConfig struct {
NoCommonBadges bool
GolangBadges bool
RustBadges bool
RustVersion string
NodeBadges bool
NpmPackage string
DockerUser string
DockerRepo string
}
func BindBadgeConfig ¶
func BindBadgeConfig(c *cli.Context) *BadgeConfig
Click to show internal directories.
Click to hide internal directories.