Function cmd_pipeline

Source
pub fn cmd_pipeline<R: BufRead>(
    input: R,
    output_snd: &XvcOutputSender,
    xvc_root: &XvcRoot,
    command: PipelineCLI,
) -> Result<()>
Expand description

Run xvc pipeline command. This is the entry point for the pipeline subcommand. It dispatches to the subcommands using PipelineCLI argument.