Documentation ¶
Overview ¶
Package cli provides a command line interface client.
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 is the base bootcmd command. RootCmd = &cobra.Command{ Use: "bootcmd", Short: "A command line client for the matchbox service.", Long: `A CLI for the matchbox Service To get help about a resource or command, run "bootcmd help resource"`, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.