-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority-3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic
Description
Describe the bug
When you use the --no-archived option together with the gh repo list <organization> -L 2000 command it will overrule the Limit of 2000 and only show 1000 results.
Version: gh version 1.14.0 (2021-08-04)
Steps to reproduce the behavior
- Type this
gh repo list Microsoft -L 2000 --no-archived - See that it only returns 1000 repositories instead of 2000.
- Type
gh repo list Microsoft -L 2000and see that it will return 2000 repositories.
Expected vs actual behavior
Expected: gh repo list Microsoft -L 2000 --no-archived to show 2000 repositories of Microsoft that are not archived.
Actual: gh repo list Microsoft -L 2000 --no-archived shows 1000 repositories of Microsoft that are not archived, instead of 2000.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic