From d068df290a235799d84f987fb0a992bfb767433f Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 17 Feb 2025 15:42:32 +0900 Subject: [PATCH] WIP white/black-list: Update Changelog.md 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index f274072..62f07a0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,13 +4,13 @@ Add white/black-list flags: - - `--whitelist-contains ` - - `--whitelist-begins-with ` - - `--whitelist-ends-with ` - - `--blacklist-contains ` - - `--blacklist-begins-with ` - - `--blacklist-ends-with ` - - `--wb-case-insensitive` + - `--whitelist-contains ` + - `--whitelist-begins-with ` + - `--whitelist-ends-with ` + - `--blacklist-contains ` + - `--blacklist-begins-with ` + - `--blacklist-ends-with ` + - `--wb-case-insensitive` These flags should affect what entries are archived, what entries are printed (with `-t`), and what entries are extracted. -- 2.49.0