Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StartCmd = &cobra.Command{ Use: "create", Short: "Create a new mod", Example: "jframe create -n users", Run: func(cmd *cobra.Command, args []string) { err := load() if err != nil { fmt.Println(err.Error()) os.Exit(1) } fmt.Println("Module " + appName + " generate success under " + dir) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.