mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
cmd/ent: exit code 1 on error (#4307)
This commit is contained in:
@@ -22,5 +22,5 @@ func main() {
|
|||||||
base.InitCmd(),
|
base.InitCmd(),
|
||||||
base.SchemaCmd(),
|
base.SchemaCmd(),
|
||||||
)
|
)
|
||||||
_ = cmd.Execute()
|
cobra.CheckErr(cmd.Execute())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user