Skip to content

feat: allow multiple filters - #244

Open
axelhzf wants to merge 1 commit into
folke:masterfrom
axelhzf:allow-multiple-filters
Open

feat: allow multiple filters#244
axelhzf wants to merge 1 commit into
folke:masterfrom
axelhzf:allow-multiple-filters

Conversation

@axelhzf

@axelhzf axelhzf commented Nov 14, 2021

Copy link
Copy Markdown

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