feat: run gen provider after routes, run fmt after gen commands

This commit is contained in:
Rogee
2024-12-21 11:34:24 +08:00
parent f7504d57f9
commit 9cd4dcaeb2

View File

@@ -18,6 +18,7 @@ func CommandGenRoute(root *cobra.Command) {
Use: "route",
Short: "generate routes",
RunE: commandGenRouteE,
PostRunE: commandGenProviderE,
}
root.AddCommand(cmd)