From: Stephen Seo Date: Mon, 17 Feb 2025 06:42:32 +0000 (+0900) Subject: WIP white/black-list: Update Changelog.md X-Git-Tag: 1.16^2~19 X-Git-Url: https://git.seodisparate.com/stephenseo/LD55?a=commitdiff_plain;h=d068df290a235799d84f987fb0a992bfb767433f;p=SimpleArchiver 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. --- 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.