registerBuiltinSpecs function

void registerBuiltinSpecs()

Register built-in specs (v2: deferred load). Call once when using the library. Specs are loaded on demand when getSuggestions is called for a command.

Implementation

void registerBuiltinSpecs() {
  registerBuiltinSpecsV2();
  setDefaultEnsureSpecLoaded(ensureSpecLoadedV2);
}