Skip to content

Commit

Permalink
Merge branch 'openapistack:main' into typegen-banner-option
Browse files Browse the repository at this point in the history
  • Loading branch information
pas-mike authored Feb 15, 2024
2 parents 9fcfc9d + 63e99d8 commit 93023de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typegen/src/typegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function main() {
description: 'Add comment to the generated file e.g. /* eslint-disable */',
})
.option('disableOptionalPathParameters', {
type: 'string',
type: 'boolean',
description: 'Force all path parameters to be required',
default: true,
})
Expand Down

0 comments on commit 93023de

Please sign in to comment.