pub fn discover<P: NestedProgress>(
source_dir: impl AsRef<Path>,
out: impl Write,
progress: P,
debug: bool,
threads: Option<usize>,
) -> Result<()>
Available on crate feature
organize
only.Expand description
Find all working directories in the given source_dir
and print them to out
while providing progress
.