pub fn read_registry() -> Result<Vec<RegistryEntry>, ForgeError>Expand description
Read managed installation entries, returning an empty list when no registry exists.
ยงErrors
Returns ForgeError when the registry cannot be read, parsed, or validated.