Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "restful-api", Short: "restful-api crud dmeo", Long: `restful-api ...`, RunE: func(cmd *cobra.Command, args []string) error { if vers { fmt.Println("0.0.1") return nil } return errors.New("no flags find") }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.