diff --git a/frontend/cli/main.go b/frontend/cli/main.go index 6cabda0a6e..781c4c642d 100644 --- a/frontend/cli/main.go +++ b/frontend/cli/main.go @@ -73,9 +73,7 @@ func main() { app := createKongApplication(&cli) kctx, err := app.Parse(os.Args[1:]) - if err != nil { - panic(err) - } + app.FatalIfErrorf(err) if !cli.Plain { sm := terminal.NewStatusManager(ctx)