Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StartCmd = &cobra.Command{ Use: "config", Short: "Generate config file", Example: "jframe config -p ./config.yaml -f", Run: func(cmd *cobra.Command, args []string) { fmt.Println("Generating config...") err := GenYamlConfig(configPath, forceGen) if err != nil { fmt.Println(err.Error()) os.Exit(1) } }, } )
Functions ¶
func GenYamlConfig ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.