Function gitoxide_core::organize::discover
source · pub fn discover<P: Progress>(
source_dir: impl AsRef<Path>,
out: impl Write,
progress: P,
debug: bool
) -> Result<()>where
<P::SubProgress as Progress>::SubProgress: Sync,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.