pub fn format_paths_with_captures(
paths: &[Path],
captures: &HashMap<String, Vec<Path>>,
opts: impl AsRef<FormatPathsOpts>,
) -> StringExpand description
Format multiple paths with captures in a structured way. Captures come first, sorted lexicographically by name, with their name prefixed by ‘@’. Regular paths follow after all captures.