reviews command doesn't not support org flag
Open
- Dominant language
- Go
- Stars
- 90
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Opposed to the `prs` command the `reviews` command only supports a list of repos and not the `--org` option.
The `prs` command has special handling for this option:
```
var repos []string
if len(rootOpts.org) > 0 {
repos, err = repo.ListRepoNames(ctx, c, rootOpts.org)
} else {
repos = rootOpts.repos
}
```
Happy to provide a quick fix for this.
Contributor guide
Assessment
This issue has not been assessed yet.