pub fn fetch_issue(slug: &str, number: u64) -> Result<IssueStatus>Expand description
Run gh issue view <n> --repo <slug> --json … and parse the result.
pub fn fetch_issue(slug: &str, number: u64) -> Result<IssueStatus>Run gh issue view <n> --repo <slug> --json … and parse the result.