pub fn run(
output_snd: &XvcOutputSender,
xvc_root: Option<&XvcRoot>,
opts: XvcFileCLI,
) -> Result<()>
Expand description
Entry point for the xvc file
command.
It runs the subcommand specified in the command line arguments.
pub fn run(
output_snd: &XvcOutputSender,
xvc_root: Option<&XvcRoot>,
opts: XvcFileCLI,
) -> Result<()>
Entry point for the xvc file
command.
It runs the subcommand specified in the command line arguments.