igcv3 - v1.1.0
    Preparing search index...

    Function runGenerate

    • Main entry point for the generate command.

      Parameters

      • cn: string | undefined

        Common Name from CLI argument

      • options: GenerateOptions

        Generation options from CLI

      • Optionaldeps: GenerateCommandDeps

        Injected dependencies (optional for backward compatibility)

      Returns Promise<void>

      When called from the composition root, dependencies are injected. When called directly (e.g., from tests), dependencies are lazy-loaded.