coverage_check

Function coverage_check 

Source
pub fn coverage_check(
    distro: &[String],
    repl: &[String],
) -> Result<(), Vec<String>>
Expand description

Return Ok(()) if replacement covers all distro commands; Err(missing) otherwise.