Skip to content

Commit 54e20f1

Browse files
committed
fix: correct JSDoc @default comments to show actual values
1 parent dd5139e commit 54e20f1

File tree

1 file changed

+2
-2
lines changed
  • packages/aws-cdk/lib/commands/init

1 file changed

+2
-2
lines changed

packages/aws-cdk/lib/commands/init/init.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ async function listDirectory(dirPath: string) {
538538
* Print available templates to the user
539539
* @param ioHelper - IO helper for user interaction
540540
* @param language - Programming language filter
541-
* @default - Shows all available templates
541+
* @default undefined
542542
*/
543543
export async function printAvailableTemplates(ioHelper: IoHelper, language?: string) {
544544
await ioHelper.defaults.info('Available templates:');
@@ -569,7 +569,7 @@ export async function printAvailableTemplates(ioHelper: IoHelper, language?: str
569569
* @param migrate - Whether this is a migration project
570570
* @default undefined
571571
* @param cdkVersion - Version of the CDK to use
572-
* @default - Uses built-in CDK version
572+
* @default undefined
573573
*/
574574
async function initializeProject(
575575
ioHelper: IoHelper,

0 commit comments

Comments
 (0)