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

Make use of the "multiple=True" setting for options that list contributors and repos #1

Closed
santisoler opened this issue Apr 12, 2024 · 0 comments · Fixed by #3
Closed

Comments

@santisoler
Copy link
Member

It would be better to pass the list of repositories and list of contributors to be ignored or added by using @click.option(..., multiple=True).

This could break the current interface for the command line interface. After applying these changes, the list of ignored contributors now should be passed as:

collage --extend-ignore contributor-one --extend-ignore contributor-two image.png

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant