Hi thanks for the great tool.
I have a few questions regarding usage.
According to the doc, --include flag takes a stringArray. Intuitively, it takes regexs and the relationship between multiple expressions should be OR. A file whose name matches any of the regex in the array should be included.
If my understanding above is correct, what is the form of stringArray?
I tried
str1 str2
Str1,str2
(Str1 str2)
[Str1, str2]
Etc…
Anyone has used this and can help?
Thanks!
My other question is: what’s the difference between --filter and --include. They both seem to be filtering base on file name
Thanks! Any help is appreciated!