Skip to main content

fetch_pr

Function fetch_pr 

Source
pub fn fetch_pr(slug: &str, number: u64) -> Result<PrStatus>
Expand description

Run gh pr view <n> --repo <slug> --json … and parse the result.