Function vector::config::merge_path_lists
source ยท pub fn merge_path_lists(
path_lists: Vec<(&[PathBuf], FormatHint)>,
) -> impl Iterator<Item = (PathBuf, FormatHint)> + '_
Expand description
Merge the paths coming from different cli flags with different formats into a unified list of paths with formats.