mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-18 07:42:20 +00:00
🐛 Fix the collision of the -d
flag in tap
with the root level debug flag
This commit is contained in:
@@ -61,6 +61,7 @@ func InitConfig(cmd *cobra.Command) error {
|
||||
}
|
||||
|
||||
Config = CreateDefaultConfig()
|
||||
Config.Tap.Debug = DebugMode
|
||||
cmdName = cmd.Name()
|
||||
if utils.Contains([]string{
|
||||
"clean",
|
||||
|
Reference in New Issue
Block a user