Closed
Description
Feature Request
Is your feature request related to a problem? Please describe.
Currently, the scan-folder
always recurses down into all sub-folders of the target folder for its scan. It would be nice to be able to control that behavior and do only a top-level scan if preferred. This could be especially beneficial on particularly large folders.
Describe the solution you'd like
A new boolean flag should be added: --recurse
/ --no-recurse
, defaulted to --recurse
, to maintain current behavior.