From: Stephen Seo Date: Mon, 17 Feb 2025 04:33:31 +0000 (+0900) Subject: WIP white/black-list: Update README.md X-Git-Tag: 1.16^2~26 X-Git-Url: https://git.seodisparate.com/stephenseo/LD55?a=commitdiff_plain;h=f8f14ce12061661f010564330b0f69c18a1c02a4;p=SimpleArchiver WIP white/black-list: Update README.md --- diff --git a/README.md b/README.md index ced0e42..5e4d0ed 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ API calls. --force-dir-permissions <3-octal-values> : Force set permissions for directories on archive creation/extraction Must be three octal characters like "755" or "440" --force-empty-dir-permissions <3-octal-values> : Force set EMPTY dir permissions. Like "--force-dir-permissions", but for empty directories. + --whitelist-contains : Whitelist entries to contain "", specify multiple times to require multiple "" entries at once. + --whitelist-begins-with : Whitelist entries to start with "", specify multiple times to allow different entries to start with different "" entries. + --whitelist-ends-with : Whitelist entries to end with "", specify multiple times to allow different entries to end with different "" entries. + --blacklist-contains : blacklist entries that contains "", specify multiple times to deny multiple "" entries at once. + --blacklist-begins-with : blacklist entries that starts with "", specify multiple times to deny multiple entries starting with different "" entries. + --blacklist-ends-with : blacklist entries that ends with "", specify multiple times to deny multiple entries ending with different "" entries. --version : prints version and exits -- : specifies remaining arguments are files to archive/extract If creating archive file, remaining args specify files to archive.