sled

package
v0.0.0-...-06d7827 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2019 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL