Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StartCmd = &cobra.Command{ Use: "create-app", Aliases: []string{"cr", "create"}, Short: "Create a new app", Long: "Use when you need to create a new app", Example: "create-app myapp", Args: cobra.ExactArgs(1), Run: func(cmd *cobra.Command, args []string) { appName = args[0] run() }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.