]> git.seodisparate.com - SimpleArchiver/commitdiff
Update Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Tue, 18 Feb 2025 05:07:44 +0000 (14:07 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 18 Feb 2025 05:07:44 +0000 (14:07 +0900)
Changelog.md

index 62f07a0e67ca35dc55ee51728e4c3d41d4acee97..5c3d5bb5bd2574dd80899e7f90d3e57e54f56707 100644 (file)
@@ -4,10 +4,12 @@
 
 Add white/black-list flags:
 
-  - `--whitelist-contains <text>`
+  - `--whitelist-contains-any <text>`
+  - `--whitelist-contains-all <text>`
   - `--whitelist-begins-with <text>`
   - `--whitelist-ends-with <text>`
-  - `--blacklist-contains <text>`
+  - `--blacklist-contains-any <text>`
+  - `--blacklist-contains-all <text>`
   - `--blacklist-begins-with <text>`
   - `--blacklist-ends-with <text>`
   - `--wb-case-insensitive`