feat: run gen provider after routes, run fmt after gen commands
This commit is contained in:
@@ -18,6 +18,7 @@ func CommandGenRoute(root *cobra.Command) {
|
|||||||
Use: "route",
|
Use: "route",
|
||||||
Short: "generate routes",
|
Short: "generate routes",
|
||||||
RunE: commandGenRouteE,
|
RunE: commandGenRouteE,
|
||||||
|
PostRunE: commandGenProviderE,
|
||||||
}
|
}
|
||||||
|
|
||||||
root.AddCommand(cmd)
|
root.AddCommand(cmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user