Skip to main content

fetch_issue

Function fetch_issue 

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

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