Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to list multiple repo types #22

Merged
merged 2 commits into from
Jan 21, 2024
Merged

Conversation

daneah
Copy link
Member

@daneah daneah commented Jan 21, 2024

Description of issue

There might be cause to list multiple repository types in one go when you want to take an action across different slices of them.

Description of solution

Allow multiple --type specifications when using repo-man list

This required moving away from using click.Choice because it doesn't afford dynamically determining the choices beyond import time, making this situation difficult to test; this was always the case, but wasn't caught until now because the existing tests were using -t all which is always a valid type.

@daneah daneah added the enhancement New feature or request label Jan 21, 2024
@daneah daneah merged commit ed5970a into main Jan 21, 2024
11 checks passed
@daneah daneah deleted the feat/list-multiple-types branch January 21, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant