update
This commit is contained in:
@@ -19,7 +19,7 @@ func CommandGenProvider(root *cobra.Command) {
|
||||
Aliases: []string{"p"},
|
||||
Short: "Generate providers",
|
||||
Long: `// @provider
|
||||
// @provider:[except|only] [returnType] [group]
|
||||
// @provider(cronjob|job|event|grpc|model):[except|only] [returnType] [group]
|
||||
// when except add tag: inject:"false"
|
||||
// when only add tag: inject:"true"`,
|
||||
RunE: commandGenProviderE,
|
||||
|
||||
Reference in New Issue
Block a user