pub fn run(args: RegistryCommand) -> Result<()>Expand description
Run the registry management command.
ยงErrors
This function returns an error if any of the underlying registry operations (initialization, metadata generation, checking, or adding packages/advisories) fail. # Errors
Returns an error if the registry operation fails.