Skip to content

Commit f08eaff

Browse files
cmrockwellCris Rockwellpurplecabbage
authored
There is no indication how to select the templates. The CLI UI seems to select using the cursor, but actually spacebar is needed (#845)
Co-authored-by: Cris Rockwell <crockwell@adobe.com> Co-authored-by: Jesse MacFadyen <purplecabbage@gmail.com>
1 parent 82b420e commit f08eaff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TemplatesCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class TemplatesCommand extends AddCommand {
113113
type: 'table',
114114
name: promptName,
115115
bottomContent: `* = recommended by Adobe; to learn more about the templates, go to ${hyperlinker('https://adobe.ly/templates', 'https://adobe.ly/templates')}`,
116-
message: 'Choose the template(s) to install:\n Pressing <enter> without selection will skip templates and install a standalone application.\n',
116+
message: 'Press spacebar to choose the template(s) to install:\n Pressing <enter> without selection will skip templates and install a standalone application.\n',
117117
style: { head: [], border: [] },
118118
wordWrap: true,
119119
wrapOnWordBoundary: false,

0 commit comments

Comments
 (0)