pub fn handle_step_cli(
    output_snd: &XvcOutputSender,
    xvc_root: &XvcRoot,
    pipeline_name: &str,
    command: StepCLI
) -> Result<()>
Expand description

Dispatch xvc pipeline step subcommands.