Function github

Source
pub fn github(
    id: &(impl AsRef<str> + ToString, impl AsRef<str> + ToString),
    profile: &mut Profile,
    perform_checks: Option<&[String]>,
    check_game_version: bool,
    check_mod_loader: bool,
) -> Result<(), Error>
Expand description

Check if the repo of repo_handler exists, releases mods, and is compatible with profile. If so, add it to the profile.

Returns the name of the repository to display to the user