Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitCommand = &cobra.Command{ Use: "init", Short: "initialize a kl-config file", Long: `use this command to initialize a kl-config file`, Run: func(cmd *cobra.Command, args []string) { if err := handleInit(); err != nil { fn.PrintError(err) return } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.