pub fn dispatch_op_with_registry(
cmd: OpCommand,
registry: &EnvPackRegistry,
) -> Result<(), OpError>Expand description
Phase D plug-in entry point — register handlers on the registry, then
call this. The credentials noun (and any future noun that resolves
handlers through the registry) will see every handler the caller
registered.