Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "sled", Short: "Make the husky use a sled", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { fmt.Println("Logging you in...\nok") return nil }, RunE: func(cmd *cobra.Command, args []string) error { fmt.Println("What do you want the husky to do with the sled?") return cmd.Help() }, }
Cmd is the root for husky sled commands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.