Open thedava opened 6 years ago
Add a parameter that forces every file to match every given whitelist declaration
E.g. -w "Home" -w "Video" --match-all should filter like:
-w "Home" -w "Video" --match-all
Video
Home
Add a parameter that forces every file to match every given whitelist declaration
E.g.
-w "Home" -w "Video" --match-all
should filter like:Video
is whitelisted butHome
is not matching)