Modules§
Structs§
- Detect
Config - Plugin
- Plugin
Registry - Registry of all loaded plugins (built-in and user-defined).
Plugins are keyed by name and paired with their source location.
Uses
IndexMapto preserve insertion order for deterministic listing and detection. - Resolved
Plugin - A fully resolved plugin variant ready for command execution. Contains the binary, command mappings, flag translations, and source metadata.
- Variant