Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "app", Short: "Application management commands", Long: `Commands for creating and managing applications.`, Args: utils.NoArgs, PersistentPreRun: func(cmd *cobra.Command, args []string) { if err := checkPnpmInstalled(cmd); err != nil { cobra.CheckErr(err) } }, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
Cmd represents the app command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.