]> git.seodisparate.com - SimpleArchiver/commitdiff
WIP white/black-list: Update Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Mon, 17 Feb 2025 06:42:32 +0000 (15:42 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 17 Feb 2025 06:42:32 +0000 (15:42 +0900)
TODO:

    - white/black-lists for test/extract for file format version 1 and
      2.
    - white/black-lists for create/test/extract for file format version
      0.

Changelog.md

index f274072df621c58466d299ff377d18ed39f1df5b..62f07a0e67ca35dc55ee51728e4c3d41d4acee97 100644 (file)
@@ -4,13 +4,13 @@
 
 Add white/black-list flags:
 
-    - `--whitelist-contains <text>`
-    - `--whitelist-begins-with <text>`
-    - `--whitelist-ends-with <text>`
-    - `--blacklist-contains <text>`
-    - `--blacklist-begins-with <text>`
-    - `--blacklist-ends-with <text>`
-    - `--wb-case-insensitive`
+  - `--whitelist-contains <text>`
+  - `--whitelist-begins-with <text>`
+  - `--whitelist-ends-with <text>`
+  - `--blacklist-contains <text>`
+  - `--blacklist-begins-with <text>`
+  - `--blacklist-ends-with <text>`
+  - `--wb-case-insensitive`
 
 These flags should affect what entries are archived, what entries are printed
 (with `-t`), and what entries are extracted.