From 8b18deea6769b234c8f7d5121fc3f7891437f123 Mon Sep 17 00:00:00 2001 From: Andrew N Date: Wed, 5 Nov 2025 17:57:13 -0500 Subject: [PATCH] Clarify include and exclude options in README Updated the README to clarify the include and exclude options for directory matching. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 600c18a..81a46c6 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ OPTIONS flatten operation. -i, --include - Include only directories that fuzzy-match these patterns. - Accepts comma-separated values. Uses case-insensitive substring + Include only directories that begin with any of these values. + Accepts comma-separated values. Uses case-insensitive prefix matching. Cannot be used together with --exclude. -e, --exclude - Exclude directories that fuzzy-match these patterns. Accepts - comma-separated values. Uses case-insensitive substring + Exclude only directories that begin with any of these values. + Accepts comma-separated values. Uses case-insensitive prefix matching. Cannot be used together with --include. -h, --help