pub fn cmd_share(
output_snd: &XvcOutputSender,
xvc_root: &XvcRoot,
opts: ShareCLI,
) -> Result<()>
Expand description
Handler function for xvc share
command. Runs the command with opts
within xvc_root
and
sends output to output_snd
.