Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientCmd = &cobra.Command{
Use: "client",
Short: "Generate client configuration file",
RunE: runClientGenerate,
}
ClientCmd is the client subcommand for generating client configuration files
View Source
var ( Cmd = &cobra.Command{ Use: "config", Short: "Generate configuration files", Args: cobra.NoArgs, } )
View Source
var ServerCmd = &cobra.Command{
Use: "server",
Short: "Generate server configuration file",
RunE: runServerGenerate,
}
ServerCmd is the server subcommand for generating server configuration files
Functions ¶
func GetConfigFile ¶
func GetConfigFile() string
GetConfigFile returns the value of the --config flag
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.