pub fn parse_pr(json: &str) -> Result<PrState>
Parse gh pr view --json url,number,state,statusCheckRollup,reviews,comments output into a PrState. No I/O.
gh pr view --json url,number,state,statusCheckRollup,reviews,comments
PrState