Documentation ¶
Index ¶
Constants ¶
View Source
const ( Summary = "Update or retrieve a configuration value" Name = "config" )
View Source
const UsageTmpl = `` /* 268-byte string literal not displayed */
Variables ¶
View Source
var Stderr = struct { CouldNotEncodeConfig string ConfigValueNotSet string InvalidConfigMethod string }{ CouldNotEncodeConfig: "could not JSON encode user configuration settings, %v", ConfigValueNotSet: "no value passed in for the setting, try quotes to enter an empty string", InvalidConfigMethod: "invalid config method %v", }
View Source
var UsageMessages = map[string]string{
"config": "Set or get a configuration value.",
"config_help": "Print config usage help.",
"help": "display this help message.",
}
View Source
var UsageVars = map[string]string{}
Functions ¶
func ParseInput ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.