Skip to content

Commit

Permalink
fix: don't print help. Fixes argoproj#14234
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpe1 committed Feb 28, 2025
1 parent b005487 commit 0c35db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/argoexec/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func NewRootCommand() *cobra.Command {
},
PersistentPreRun: func(cmd *cobra.Command, args []string) {
initConfig()
cmd.SilenceUsage = true
},
}

Expand Down

0 comments on commit 0c35db6

Please sign in to comment.