mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-16 14:53:49 +00:00
Update root.go
This commit is contained in:
@@ -19,7 +19,7 @@ func init() {
|
||||
return rootCmd.Help()
|
||||
}
|
||||
|
||||
regex := regexp.MustCompile(args[0]) // MustCompile panics if expression cant be compiled into regex
|
||||
regex := regexp.MustCompile(args[0]) // TODO: show proper error message when this fails
|
||||
mizu.Run(regex)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user