pub fn fetch_pr_with(
program: &OsStr,
slug: &str,
number: u64,
) -> Result<PrStatus>Expand description
fetch_pr with an explicitly resolved gh program path — PR-side
counterpart to fetch_issue_with, used by the TUI off-thread fetch
(issue #217).