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.
The README states
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 ofgit issue list
to match that expectation, with the exception that when the tag that is searched for is "closed"-a
is implied.