cmd_step_dependency

Function cmd_step_dependency 

Source
pub fn cmd_step_dependency(
    output_snd: &XvcOutputSender,
    xvc_root: &XvcRoot,
    pipeline_name: &str,
    cmd_opts: StepSubCommand,
) -> Result<()>
Expand description

Entry point for xvc pipeline step dependency command. Add a set of new dependencies to the given step in the pipeline.

Unlike other entry points, this receives the options directly to avoid a long list of parameters.