Documentation ¶
Overview ¶
Package cmd provides the commands for the console application for furby-gobot Each command gets a use, a short description, and a long description. Makes use of cobra to create command hierarchies, flags, etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "furby-gobot",
Short: "Use a Furby as a build indicator, via Gobot",
Long: `Contains a primary command (furbyBot), as well as several supporting
commands used in testing. FurbyBot command sets up an HTTP server, through which
a Jenkins job can send status information.`,
}
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.