Skip to content

Commit

Permalink
fix(flag): disable flag parsing for each plugin command (aquasecurity…
Browse files Browse the repository at this point in the history
  • Loading branch information
otms61 authored Oct 25, 2022
1 parent cbedd71 commit 63b8e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/commands/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func loadPluginCommands() []*cobra.Command {
}
return nil
},
DisableFlagParsing: true,
}
commands = append(commands, cmd)
}
Expand Down

0 comments on commit 63b8e4d

Please sign in to comment.