Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ OPTIONS
flatten operation.

-i, --include <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>
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
Expand Down