This release brings --exclude/-e flag which allows to exclude files with glob like syntax. Full changelog is available below.
[1.1.0] - 2023-02-17
-
Added
--exclude/-eoption to allow exclusion of individual files/directories. -
Removed use of
ThreadPoolExecutorwhen pool size is less or equal to 1. Now threads
are used only when pool is bigger than 1.