hub
hub copied to clipboard
`hub pr list` by labels and milestones
The problem I'm trying to solve:
I would love to list PRs by
- labels
- milestones
I'm currently using hub 2.14.2, git 2.30.1.
How I imagine hub could expose this functionality:
It could be something like hub pr list [-l <LABELS>] [-M <MILESTONE>]
.