Skip to main content

run_many

Function run_many 

Source
pub(crate) fn run_many(
    entries: &[PathBuf],
    run_one: impl FnMut(&Path) -> ExitCode,
) -> ExitCode