Skip to content

Commit

Permalink
Merge pull request #1097 from neo773/asdsdaskldasld
Browse files Browse the repository at this point in the history
fix: #1092
  • Loading branch information
tolgaOzen authored Feb 29, 2024
2 parents 25d027b + 9c79d75 commit d26ed4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ func NewServeCommand() *cobra.Command {
Args: cobra.NoArgs,
}

// SilenceUsage is set to true to suppress usage when an error occurs
command.SilenceUsage = true

// register flags for serve
flags.RegisterServeFlags(command)

Expand Down

0 comments on commit d26ed4a

Please sign in to comment.