Function mod_installer::utils::find_mods

source ยท
pub(crate) fn find_mods(
    log_file: PathBuf,
    skip_installed: bool,
    game_directory: PathBuf,
    strict_matching: bool,
) -> Result<LogFile, Box<dyn Error>>