Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CleanCmd = &cobra.Command{ Use: "clean", Short: "Cleans the configuration path", Args: cobra.NoArgs, Run: cleanCmd, }
CleanCmd is the `flexpool-cli address list` command
View Source
var ConfigCmd = &cobra.Command{
Use: "config",
Short: "Configuration management",
}
ConfigCmd is the `flexpool-cli config` command
View Source
var PathCmd = &cobra.Command{ Use: "path", Short: "Show the configuration path", Args: cobra.NoArgs, Run: pathCmd, }
PathCmd is the `flexpool-cli address list` command
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.