[Feature request] - if PR doesn't exist yet open creation page.
If you run pro on a branch that doesn't have a PR opened, instead of printing this text:
No open pull request found for current branch
Create pull request at [URL]
Just open the [URL].
I'm willing to contribute this feature if you also want it.
I designed it this way, because a user doesn't always know if the branch has a corresponding PR or is even present on the remote. Seeing this message means the PR doesn't exist, so either this is a wrong branch, or the user really wants to create the PR. That's why opening the page is optional and user has to click the link.
But I think it might be a good idea to make the behavior more consistent as you suggest by always opening the url and see if it's not confusing. It would be nice to have this behavior configurable, but I didn't decide yet on how the configuration process should look like.
Of course you're free to contribute if you want 😃