follow up possibly dumb question: looks like I wil...
# general
a
follow up possibly dumb question: looks like I will need to not only exclude files, but also only include files based on name. The exclude is fine since
--exclude-target-regexp
is a global option, and works with
test
, but the filters flags are not and only work with the
filter
goal. I suppose I can do this in two steps and put the
filter
inside some backticks and evaluate it, but that is kind of ugly. Any way I can do this in one step?