pub fn develop(issue_number: &str, checkout: bool) -> Result<DevelopOutput>Expand description
Creates a branch for the supplied GitHub issue number.
Uses the gh issue develop command to create a development branch for the specified issue.
ยงErrors
- If the
ghcommand execution fails. - If the command output cannot be parsed as UTF-8.
- If the branch name cannot be extracted from the output.