Skip to content

Commit aed1f42

Browse files
sacrosancticAdrianGonz97manuel3108
authored
Clarify CLI instructions (#212)
* Update index.ts * tweak wording and colors * more space * Create small-bags-pull.md * use multiselect hint everywhere * Revert "use multiselect hint everywhere" This reverts commit 407d856. --------- Co-authored-by: AdrianGonz97 <[email protected]> Co-authored-by: Manuel <[email protected]> Co-authored-by: Manuel Serret <[email protected]>
1 parent 24d3ae7 commit aed1f42

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/small-bags-pull.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"sv": patch
3+
---
4+
5+
Clarify cli instructions

packages/cli/commands/add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export async function runAddCommand(
284284
.filter((a) => !!a);
285285

286286
const selected = await p.multiselect({
287-
message: 'What would you like to add to your project?',
287+
message: `What would you like to add to your project? ${pc.dim('(use arrow keys / space bar)')}`,
288288
options: adderOptions,
289289
required: false
290290
});

0 commit comments

Comments
 (0)