Function gitoxide_core::organize::discover[][src]

pub fn discover<P: Progress>(
    source_dir: impl AsRef<Path>,
    out: impl Write,
    progress: P
) -> Result<()> where
    <<P as Progress>::SubProgress as Progress>::SubProgress: Sync
Expand description

Find all working directories in the given source_dir and print them to out while providing progress.