Skip to content

Commit 16d452d

Browse files
authored
chore: update packageManager option description (#431)
1 parent 6e6ff26 commit 16d452d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const main = defineCommand({
101101
packageManager: {
102102
type: "string",
103103
description:
104-
"Specify the package manager to use (npm, bun, pnpm, yarn)",
104+
"Specify the package manager to use (npm, bun, pnpm, yarn). Comma-separated values are supported.",
105105
enum: ["npm", "bun", "pnpm", "yarn"],
106106
default: "npm",
107107
},

0 commit comments

Comments
 (0)