[CLI] add --status filter to gitt issues list #771
dataCenter430
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
gitt issues listalways returns every issue regardless of status. There is no way to quickly see only active, completed, or cancelled issues from the CLI.Proposed Solution
Add a
--statusoption togitt issues list:Omitting --status preserves existing behaviour (all issues returned).
Please feel free to share your thoughts.
All reactions