pub(crate) fn get_all_tasks(
folders: &[PathBuf],
) -> FxHashMap<Identifier, Vec<String>>
Expand description
search the given folders recursively and attempt to find all tasks inside
pub(crate) fn get_all_tasks(
folders: &[PathBuf],
) -> FxHashMap<Identifier, Vec<String>>
search the given folders recursively and attempt to find all tasks inside