pub fn fetch_pr(slug: &str, number: u64) -> Result<PrStatus>
Run gh pr view <n> --repo <slug> --json … and parse the result.
gh pr view <n> --repo <slug> --json …