Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cmd is the start command. Cmd = &cobra.Command{ Use: usage, Short: short, Long: long, Aliases: []string{"s"}, SuggestFor: []string{"launch", "boot", "up", "run", "begin"}, Example: example, RunE: start, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.