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

feat: allow multiple filters #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

axelhzf
Copy link

@axelhzf axelhzf commented Nov 14, 2021

My first approach was trying to use minimatch instead of globrex. Minimatch allow patterns like */+(lib1|lib2). The problem with this syntax is that it could conflict with the syntax to include the dependencies.

Finally, I decided to update the options parser to accept an array of filters.

Example:

ultra -r --filter "*/lib1" --filter "*/lib2" build

This feature was already requested on #182

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 this pull request may close these issues.

1 participant