Skip to content

Commit

Permalink
Merge branch 'main' into release/1.33
Browse files Browse the repository at this point in the history
* main:
  feat(cli): silence usage on errors (#2512)
  • Loading branch information
markphelps committed Dec 11, 2023
2 parents fab327c + 8ca1cc9 commit 542c386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flipt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func exec() error {
CompletionOptions: cobra.CompletionOptions{
DisableDefaultCmd: true,
},
SilenceUsage: true,
}

t = template.Must(template.New("banner").Parse(bannerTmpl))
Expand Down

0 comments on commit 542c386

Please sign in to comment.