pub fn list_plugins(cache_path: &Path) -> Vec<PluginEntry>Expand description
Read every entry in plugins and group by (manager, name, root).
Returns one PluginEntry per unique plugin (de-duplicated across the
many files a single plugin typically sources).