Is it possible to provide custom arguments to the openapi-generator-plus command? There seems to be only https://github.com/karlvr/openapi-generator-plus#command-line-options available and I don't see a way to configure
|
export default async function generateCommand(argv: string[]): Promise<void> { |
I can make a PR if that works
Is it possible to provide custom arguments to the
openapi-generator-pluscommand? There seems to be only https://github.com/karlvr/openapi-generator-plus#command-line-options available and I don't see a way to configureopenapi-generator-plus/packages/cli/src/generate.ts
Line 96 in 0376b57
I can make a PR if that works