Documentation ¶ Index ¶ Variables func CmdFunc(cmd *cobra.Command, args []string) Constants ¶ This section is empty. Variables ¶ View Source var CmdRun = &cobra.Command{ Use: "sten", Short: "create a log library from a template", Long: `create a log library from a template `, PreRun: func(cmd *cobra.Command, args []string) { config.PreRun(cmd, args) }, Run: CmdFunc, } Functions ¶ func CmdFunc ¶ func CmdFunc(cmd *cobra.Command, args []string) Types ¶ This section is empty. Source Files ¶ View all Source files sten.go Click to show internal directories. Click to hide internal directories.