Function find_projects

Source
pub fn find_projects<'a>(
    input_path: PathBuf,
    paths: &'a mut Vec<PathBuf>,
    bar: &mut ProgressBar,
    is_rec_search: bool,
)