Describe the feature or problem you’d like to solve
I often want to automatically set repos, for example gh pr create --repo="$(git remote get-url @{u})" (simplified version).
This would make things easier when needing to distinguish between GHE and non-GHE repos, and also just generally when passing repos in a scriptable way.