mod_installer::utils

Function 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>>