pub fn resolve_manifest_path(cwd: &Path, manifest_path: &str) -> PathBufExpand description
Resolve a manifest path: absolute paths are returned as-is, relative paths
are joined to cwd. Centralizes the duplicate block previously inlined in
apply/rollback/list/remove/repair commands.