We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c251e6a commit b6e1e07Copy full SHA for b6e1e07
pkg/commands/root.go
@@ -127,7 +127,7 @@ func forceRootParsePersistentFlags() (*rootOptions, error) {
127
fs := pflag.NewFlagSet("config flag set", pflag.ContinueOnError)
128
129
// Ignore unknown flags because we will parse the command flags later.
130
- fs.ParseErrorsWhitelist = pflag.ParseErrorsWhitelist{UnknownFlags: true}
+ fs.ParseErrorsAllowlist = pflag.ParseErrorsAllowlist{UnknownFlags: true}
131
132
opts := &rootOptions{}
133
0 commit comments