(f factory.Factory)
| 192 | } |
| 193 | |
| 194 | func (cmd *RunPipelineCmd) RunDefault(f factory.Factory) error { |
| 195 | return cmd.Run(nil, nil, f, "runPipelineCommand") |
| 196 | } |
| 197 | |
| 198 | // Run executes the command logic |
| 199 | func (cmd *RunPipelineCmd) Run(cobraCmd *cobra.Command, args []string, f factory.Factory, hookName string) error { |
no test coverage detected