Skip to content

Commit

Permalink
fix(create-svelte): add hint when scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain committed Mar 5, 2023
1 parent f0407dc commit f5bcfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-svelte/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const options = await p.group(

features: () =>
p.multiselect({
message: 'Select additional options',
message: 'Select additional options (use arrow keys to navigate and SPACE to toggle options)',
required: false,
options: [
{
Expand Down

0 comments on commit f5bcfda

Please sign in to comment.