Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "abcweb", Long: `ABCWeb is a tool to help you scaffold and develop Go web applications.`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { var err error cnf, err = config.Initialize(nil) if err != nil { return err } return nil }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.