Documentation ¶ Index ¶ func NewCmd(f cmdutils.Factory, runCommand RunCommandFunc) *cobra.Command func RunCommand(stdout, stderr io.Writer, binary string, args []string) error type RunCommandFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmd ¶ func NewCmd(f cmdutils.Factory, runCommand RunCommandFunc) *cobra.Command func RunCommand ¶ func RunCommand(stdout, stderr io.Writer, binary string, args []string) error Types ¶ type RunCommandFunc ¶ type RunCommandFunc func(stdout, stderr io.Writer, binary string, args []string) error Source Files ¶ View all Source files init.go Click to show internal directories. Click to hide internal directories.