fix pflag error (#2164)
fix pflag error lint Signed-off-by: zhaque44 <haque.zubair@gmail.com>
This commit is contained in:
parent
a9594eb158
commit
31b3bd4e62
|
|
@ -76,7 +76,7 @@ func NewRootCmd(globalConfig *config.GlobalOptions) (*cobra.Command, error) {
|
|||
// Set the global options for the root command.
|
||||
setGlobalOptionsForRootCmd(flags, globalConfig)
|
||||
|
||||
flags.ParseErrorsWhitelist.UnknownFlags = true
|
||||
flags.ParseErrorsAllowlist.UnknownFlags = true
|
||||
|
||||
globalImpl := config.NewGlobalImpl(globalConfig)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue