Skip to main content

install

Function install 

Source
pub fn install(
    arg: &str,
    force: bool,
    config_path: &Path,
    github_client: Option<&GitHubClient>,
) -> Result<String, String>
Expand description

Main install entry point. github_client is optional — if None and a GitHub latest version is needed, a default client is created.