pkg/kt/command/connect.go
Function NewConnectCommand
has 5 return statements (exceeds 4 allowed). Open
Open
func NewConnectCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "connect",
Short: "Create a network tunnel to kubernetes cluster",
PreRunE: func(cmd *cobra.Command, args []string) error {