pub fn summary(
config: &Config,
install_root: &Path,
alias: &str,
) -> Result<BundleSummary, BundleError>Expand description
Build a BundleSummary for a configured bundle alias. Resolves the
directory via resolve_directory so default-path behaviour stays
single-sourced.