func Command(f cmdutil.Factory, invFactory inventory.ClientFactory, loader manifestreader.ManifestLoader, ioStreams genericclioptions.IOStreams) *cobra.Command
type Runner struct { Command *cobra.Command // contains filtered or unexported fields }
func GetRunner(factory cmdutil.Factory, invFactory inventory.ClientFactory, loader manifestreader.ManifestLoader, ioStreams genericclioptions.IOStreams) *Runner
func (r *Runner) RunE(cmd *cobra.Command, args []string) error