ultra-runner icon indicating copy to clipboard operation
ultra-runner copied to clipboard

Feature request: Arrays or more advanved glob patterns for --filter

Open JosephScript opened this issue 3 years ago • 0 comments

Something that would be a huge help would to be able to combine multiple --filter statements into one execution of ultra.

For example perhaps:

ultra -r --filter "@scope/app, services/*" start

or even:

ultra -r --filter "@scope/app" --filter "services/*" start

Forgive me if this is already possible using globs, but I can't seem to figure it out.

JosephScript avatar Apr 22 '21 21:04 JosephScript