Function check_repos

Source
pub async fn check_repos(
    repos: Vec<String>,
    flags: &[bool],
) -> Result<(), String>
Expand description

Asynchronously retrieves important details about each repo in the repos Vec and prints them to the standard output