Skip to content

Commit f5bcfda

Browse files
committed
fix(create-svelte): add hint when scaffolding
1 parent f0407dc commit f5bcfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-svelte/bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const options = await p.group(
7777

7878
features: () =>
7979
p.multiselect({
80-
message: 'Select additional options',
80+
message: 'Select additional options (use arrow keys to navigate and SPACE to toggle options)',
8181
required: false,
8282
options: [
8383
{

0 commit comments

Comments
 (0)