Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootCmd is where CLI commands come in RootCmd = &cobra.Command{ Use: "link", Short: "Link is a CLI to Hertek Connect Link", Long: `Link is a CLI to Hertek Connect Link - a valid Integrator account with Hertek Connect is required.`, Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { cmd.Help() os.Exit(0) } }, } // API is what we use to communicate with the API API *core.ConnectLinkAPI )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.