Skip to content

Commit

Permalink
chore(cmd): Don't print usage on error
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 3, 2024
1 parent b475f86 commit 7ce21a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func NewCommand(opts ...util.Option) *cobra.Command {

PersistentPreRunE: preRun,
DisableAutoGenTag: true,
SilenceUsage: true,
}
cmd.AddCommand(
play.NewCommand(),
Expand Down

0 comments on commit 7ce21a8

Please # to comment.