[][src]Function gfold::run

pub fn run(
    path: &Path,
    no_color: bool,
    recursive: bool,
    skip_sort: bool
) -> Result<()>

This function is the primary, backend driver for gfold.

  • path: the target path to find and parse Git repositories
  • no_color: disables color, bolding, etc.
  • recursive: recursively searches directories for Git repositories
  • skip_sort: skips sorting the repositories for output

When executed, results will be printed to STDOUT.