pub fn coverage_preflight<A: DistroAdapter>(
adapter: &A,
root: &Path,
pkg: PackageKind,
source_bin: &Path,
) -> Result<(), Vec<String>>
Expand description
Preflight coverage for replace
: require that the replacement supports all
distro-provided commands for the given package; returns Err(missing) if not.