Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 May 15:22
· 11 commits to main since this release

Adds --depth as a generalization of the no-recursion case other
duplicate finders spell as the absence of -r. --depth 0 limits the
scan to files directly in the named directories; --depth N allows N
levels of subdirectory descent; omitted, the scan remains unbounded
as before.

Also includes an internal refactor: the binary-only modules moved
from src/bin_support/ to src/cli/, and the inner clap-definitions
file was renamed from cli.rs to args.rs to keep import paths flat.
No user-facing impact from the rename.

See CHANGELOG.md for the full entry.