langium-zod / GenerateOptions
Interface: GenerateOptions
Defined in: cli.ts:233
Options accepted by the programmatic generate function.
Allows the core generation logic to be invoked directly from other tools or scripts without going through the CLI argument parser.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
config? | LangiumZodConfig | Merged generator config (from user's langium-zod.config.js + CLI flags) | cli.ts:237 |
langiumConfigPath | string | Absolute path to langium-config.json | cli.ts:235 |