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 e912080 commit 5ea9a42Copy full SHA for 5ea9a42
1 file changed
packages/create-vite/src/index.ts
@@ -10,7 +10,6 @@ const {
10
blue,
11
blueBright,
12
cyan,
13
- gray,
14
green,
15
greenBright,
16
magenta,
@@ -416,7 +415,7 @@ async function init() {
416
415
return {
417
label: variantColor(variant.display || variant.name),
418
value: variant.name,
419
- hint: command ? gray(command) : undefined,
+ hint: command,
420
}
421
}),
422
})
0 commit comments