glab mr list --group and --reviewer don't work together
Checklist
-
I'm using the latest version of the extension (Run glab --version)- Extension version: 1.43.0
-
Operating system and version: Debian Trixie -
Gitlab.com or self-managed instance? self-managed instance -
GitLab version (if self-managed) v16.11.5 -
I have performed glab auth statusto check for authentication issues
Summary
Environment
- OS: Linux 6.6.15-amd64 x86_64
- SHELL: /usr/bin/fish
- TERM: xterm-kitty
- GLAB: glab version 1.43.0
Steps to reproduce
Run glab mr list --group my_group --reviewer my_username or glab mr list --group my_group --assignee my_username.
What is the current bug behavior?
glab mr list disregards the --group argument and lists MR only from current repository.
What is the expected correct behavior?
--group argument should be respected and all the relevant MR should be listed.