We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1296aab commit 2c4dee6Copy full SHA for 2c4dee6
examples/workflow.ts
@@ -29,7 +29,8 @@ import * as p from '@clack/prompts';
29
if (results.install === true) {
30
return p.workflow().step('package', () =>
31
p.select({
32
- message: 'Pick a project manager:',
+ message: 'Pick a package manager:',
33
+ initialValue: 'pnpm',
34
options: [
35
{
36
label: 'npm',
packages/prompts/README.md
@@ -225,7 +225,8 @@ const results = await p
225
226
227
228
229
230
231
232
0 commit comments