github.com/openshift/installer@v1.4.17/cmd/openshift-install/explain.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/spf13/cobra"
     5  
     6  	"github.com/openshift/installer/pkg/explain"
     7  )
     8  
     9  func newExplainCmd() *cobra.Command {
    10  	return explain.NewCmd()
    11  }