Skip to content

Commit 9f54d57

Browse files
committed
[Playground CLI] Adjust the experimental-blueprints-v2-runner option name in the CLI help message
1 parent 7b1cfa8 commit 9f54d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/cli/src/run-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export async function parseOptionsAndRunCLI() {
188188
type: 'number',
189189
coerce: (value?: number) => value ?? cpus().length - 1,
190190
})
191-
.option('experimental-blueprint-v2', {
191+
.option('experimental-blueprints-v2-runner', {
192192
describe: 'Use the experimental Blueprint V2 runner.',
193193
type: 'boolean',
194194
default: false,

0 commit comments

Comments
 (0)