create

Function create 

Source
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 create fails.
  • Command exits non-zero (propagated by [ytil_cmd::CmdExt]).