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

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