The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::gh::Command::Pullreq - pull request. (show/list/send)

USAGE

Send a pull request

before that, make sure you've set EDITOR environment variable.

$ gh pullreq send

List pull requests

$ gh pullreq list
...

Show pull requests issue {N}:

$ gh pullreq show {N}

More about pullreq send command:

$ gh pullreq send

$ gh pullreq send master c9s/App-gh