pub async fn expand_bundle<M: Manifest>(
bundle_path: &Path,
target_dir: Option<PathBuf>,
force: bool,
) -> Result<PathBuf, HcBundleError>Expand description
Expand an existing bundle into a working directory, returning the directory path used.