We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7ff57 commit af4ceb6Copy full SHA for af4ceb6
cmd/gateway/commands.go
@@ -93,8 +93,9 @@ func createStaticModeCommand() *cobra.Command {
93
)
94
95
cmd := &cobra.Command{
96
- Use: "static-mode",
97
- Short: "Configure NGINX in the scope of a single Gateway resource",
+ Use: "static-mode",
+ Short: "Configure NGINX in the scope of a single Gateway resource",
98
+ SilenceUsage: true,
99
RunE: func(cmd *cobra.Command, args []string) error {
100
atom := zap.NewAtomicLevel()
101
0 commit comments