kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/help/help.go

var helpLong

// NewCmdHelp returns the help Cobra command
func NewCmdHelp() *cobra.Command {}

// RunHelp checks given arguments and executes command
func RunHelp(cmd *cobra.Command, args []string) {}