pub fn fetch_issue_with(
program: &OsStr,
slug: &str,
number: u64,
) -> Result<IssueStatus>Expand description
fetch_issue with an explicitly resolved gh program path. Used by
the TUI’s off-thread fetch (issue #217): the program is resolved on the
main thread via gh_program and handed to the worker thread, so the
thread never touches GWM_GH / the process environment concurrently
with env-mutating callers.