From c348bd6c588239abb04d3f0161ff715d7e15f7af Mon Sep 17 00:00:00 2001 From: Cris Rockwell Date: Tue, 28 Jan 2025 18:08:44 -0500 Subject: [PATCH] There is no indication how to select the templates. The CLI UI seems to select using the cursor, but actually spacebar is needed --- src/TemplatesCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TemplatesCommand.js b/src/TemplatesCommand.js index 7a7d2c135..d1e123270 100644 --- a/src/TemplatesCommand.js +++ b/src/TemplatesCommand.js @@ -113,7 +113,7 @@ class TemplatesCommand extends AddCommand { type: 'table', name: promptName, bottomContent: `* = recommended by Adobe; to learn more about the templates, go to ${hyperlinker('https://adobe.ly/templates', 'https://adobe.ly/templates')}`, - message: 'Choose the template(s) to install:\n Pressing without selection will skip templates and install a standalone application.\n', + message: 'Press spacebar to choose the template(s) to install:\n Pressing without selection will skip templates and install a standalone application.\n', style: { head: [], border: [] }, wordWrap: true, wrapOnWordBoundary: false,