node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

`gw pr --fwd` could accept `--title` parameter to override original pull request #475

Open arboliveira opened 7 years ago

arboliveira commented 7 years ago

gh pr 42 --fwd henvic --issue LPS-142857 --title 'LPS-142857 My awesome title

😦 Observed: Newly created pull request inherits title from original pull request.

😁 Desired: Newly created pull request receives the title specified in the parameter.