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