tsoa-next / @tsoa-next/cli / SwaggerArgs
Interface: SwaggerArgs
Defined in: cli/src/api.ts:484
CLI arguments specific to OpenAPI spec generation.
Extends
Properties
basePath?
ts
optional basePath?: string;Defined in: cli/src/api.ts:479
Inherited from
configuration?
ts
optional configuration?: string | Config;Defined in: cli/src/api.ts:480
Inherited from
host?
ts
optional host?: string;Defined in: cli/src/api.ts:485
json?
ts
optional json?: boolean;Defined in: cli/src/api.ts:486
yaml?
ts
optional yaml?: boolean;Defined in: cli/src/api.ts:487
