dspinellis / git-issue

Git-based decentralized issue management
GNU General Public License v3.0
773 stars 66 forks source link

git issue list: only show open issues unless -a is passed #96

Closed hansalves closed 2 years ago

hansalves commented 2 years ago

The README states

  • git issue list: List open issues (or all with -a). An optional argument can show issues matching a tag or milestone.

My expectation in this case was that when searching for tag I would only get open issues with that tag (unless -a is provided). This pull request changes the working of git issue list to match that expectation, with the exception that when the tag that is searched for is "closed" -a is implied.

dspinellis commented 2 years ago

Thank you! Please have a look at a review comment I made.

dspinellis commented 2 years ago

Thank you!