diff --git a/packages/openapi-generator/src/cli.ts b/packages/openapi-generator/src/cli.ts index cf5fe22d..91777f00 100644 --- a/packages/openapi-generator/src/cli.ts +++ b/packages/openapi-generator/src/cli.ts @@ -53,20 +53,6 @@ const app = command({ long: 'description', short: 'd', }), - includeInternal: flag({ - type: boolean, - description: 'include routes marked private', - long: 'internal', - short: 'i', - defaultValue: () => false, - }), - includeUnstable: flag({ - type: boolean, - description: 'include routes marked unstable', - long: 'unstable', - short: 'u', - defaultValue: () => false, - }), codecFile: option({ type: optional(string), description: 'Custom codec definition file',