Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExitSuccess = iota ExitError ExitBadConnection ExitBadArgs = 128 )
CLI Tool errors http://tldp.org/LDP/abs/html/exitcodes.html
Variables ¶
View Source
var (
RootCmd = &cobra.Command{
Use: "cli",
Short: "A command line utility for managing Cisco Nexus Switches",
Long: `A command line utility for managing Cisco Nexus Switches
to get help about a resource or command run
"nxsctl help resource"`,
}
)
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.