pub fn install(
project_dir: &Path,
install_path: &Path,
dist_url: &str,
transport_options: Option<&Value>,
) -> Result<()>Expand description
install after the CLI printed the operation line: the existing path
is removed, then the link is created or the source mirrored. Nothing
happens when the path already resolves to the source.