feat: update gen model

This commit is contained in:
Rogee
2025-02-13 18:45:03 +08:00
parent e2b09420a0
commit e4ad0152d3
2 changed files with 11 additions and 10 deletions

View File

@@ -15,10 +15,10 @@ import (
func CommandGenRoute(root *cobra.Command) {
cmd := &cobra.Command{
Use: "route",
Short: "generate routes",
RunE: commandGenRouteE,
// PostRunE: commandGenProviderE,
Use: "route",
Short: "generate routes",
RunE: commandGenRouteE,
PostRunE: commandGenProviderE,
}
root.AddCommand(cmd)