Skip to content

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
@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

2 participants