Cannot exclude archived repos in "repo list"

Checklist

  • I'm using the latest version of the extension (Run glab --version)
    • Extension version: 1.50.0
  • Operating system and version: OpenSUSE Tumbleweed current
  • Gitlab.com or self-managed instance? gitlab.com
  • I have performed glab auth status to check for authentication issues - not relevant
  • Run the command in debug mode (like DEBUG=true glab mr list) and attach any useful output

Summary

Listing repos in a group always includes archived repos.

When listing repos in a group, -a flag is required to show "not own" repos - maybe this interferes with the archived status filter.

Additionally, the --help output "Limit by archived status." is a bit unclear - will this flag include or exclude archived repos?

Environment

  • OS: Linux 6.11.8-1-default x86_64
  • SHELL: /bin/bash
  • TERM: xterm-256color
  • GLAB: Current glab version: 1.49.0

Steps to reproduce

List all repos in a group:

glab repo list -a --group "group/name"
glab repo list -a --archived --group "group/name"

What is the current bug behavior?

Output always includes archived repos.

What is the expected correct behavior?

Some method to exclude archived repos.