Function cmd_bring

Source
pub fn cmd_bring(
    output_snd: &XvcOutputSender,
    xvc_root: &XvcRoot,
    opts: BringCLI,
) -> Result<()>
Expand description

Retrieve files from storage and checkout them into the workspace.

  • fetch targets from the storage
  • [checkout][cmd_checkout] them from storage if opts.no_checkout is false. (default)