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