it lets you do: ```await Get[Digest](MergeDigests(...
# development
a
it lets you do:
Copy code
await Get[Digest](MergeDigests(
  digests=[...],
  behavior=MergeBehavior.LinearCompose,
  globs=PathGlobs(['subdirectory_name/', 'subdirectory2/file', 'subdir/**']),
))
to allow duplicate files when merging that match
globs
, which was always an annoying limitation to me before