Skip to main content

github_collaborators

Function github_collaborators 

Source
pub fn github_collaborators(
    owner: &str,
    repo: &str,
) -> Result<Vec<Collaborator>, String>
Expand description

Fetch collaborators from a GitHub repo using the gh CLI. Returns list of (username, email) pairs.