Skip to main content

parse_pr

Function parse_pr 

Source
pub fn parse_pr(json: &str) -> Result<PrState>
Expand description

Parse gh pr view --json url,number,state,statusCheckRollup,reviews,comments output into a PrState. No I/O.