Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/heavy-spiders-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

chore: Add hint for toggling additional options during scaffolding flow.
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)',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make it a little shorter, so that it's less likely to break onto two lines?

Suggested change
message: 'Select additional options (use arrow keys to navigate and SPACE to toggle options)',
message: 'Select additional options (use arrow keys/space bar)',

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me 👍

required: false,
options: [
{
Expand Down