pub fn resolve_plugins(plugins: &[DiscoveredPlugin]) -> HashMap<String, usize>Expand description
Build a command → plugin mapping. If multiple plugins claim the same command, the last one wins.
pub fn resolve_plugins(plugins: &[DiscoveredPlugin]) -> HashMap<String, usize>Build a command → plugin mapping. If multiple plugins claim the same command, the last one wins.