Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCommand = &cobra.Command{ Use: "clickvisual", PreRun: func(cmd *cobra.Command, args []string) { log.Println("PreRun args: ", args) config.PreRun(cmd, args) }, Run: func(cmd *cobra.Command, args []string) { log.Println("Run args: ", args) if len(args) == 0 { CmdFunc(cmd, args) } }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.