Function gitoxide_core::organize::run

source ·
pub fn run<P: Progress>(
    mode: Mode,
    source_dir: impl AsRef<Path>,
    destination: impl AsRef<Path>,
    progress: P
) -> Result<()>where
    <P::SubProgress as Progress>::SubProgress: Sync,
Available on crate feature organize only.