pub fn create(title: &str) -> Result<String>Expand description
Creates a GitHub pull request with the specified title.
ยงErrors
- The title is empty.
- Spawning or executing
gh pr createfails. - Command exits non-zero (propagated by [
ytil_cmd::CmdExt]).