File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/aws-cdk/lib/commands/init Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
543543export 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 */
574574async function initializeProject (
575575 ioHelper : IoHelper ,
You can’t perform that action at this time.
0 commit comments