pub fn github_collaborators( owner: &str, repo: &str, ) -> Result<Vec<Collaborator>, String>
Fetch collaborators from a GitHub repo using the gh CLI. Returns list of (username, email) pairs.
gh