specs/all_specs_v2 library

Functions

ensureSpecLoadedV2(String command) Future<void>
Load the spec for command if not already loaded, and register it. Call before getSpec(command) when using v2.
getV2SpecNamesForFirstChar(String firstChar) List<String>
Returns the list of v2 command names whose first character (ignoring case) equals firstChar.
registerBuiltinSpecsV2() → void
One-time setup: register v2 spec-names getter; no specs loaded yet.