mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 23:07:22 +00:00
fix: return 1 on CLI misusage (#2087)
This commit is contained in:
parent
c8d59ee488
commit
a17a6263b4
@ -42,6 +42,7 @@ func main() {
|
||||
)
|
||||
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
monitor.Error(mntr.ToUserError(err))
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user