Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugCmd = &cobra.Command{ Use: "debug", Short: "debug alpha feature", Run: func(cmd *cobra.Command, args []string) { if err := run(&options); err != nil { fmt.Printf("debug error: %s", err.Error()) os.Exit(1) } }, }
DebugCmd is only for debug
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.