pub fn create(title: &str) -> Result<CreatedIssue>Expand description
Creates a new GitHub issue with the specified title.
ยงErrors
- Title is empty or
gh issue createfails.
pub fn create(title: &str) -> Result<CreatedIssue>Creates a new GitHub issue with the specified title.
gh issue create fails.