Skip to content

Commit

Permalink
feat(plugin): silence usage and error
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 committed May 1, 2024
1 parent e26381c commit badc37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/commands/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ func loadPluginCommands() []*cobra.Command {
return nil
},
DisableFlagParsing: true,
SilenceUsage: true,
SilenceErrors: true,
}
commands = append(commands, cmd)
}
Expand Down

0 comments on commit badc37c

Please sign in to comment.