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 7b1cfa8 commit 9f54d57Copy full SHA for 9f54d57
packages/playground/cli/src/run-cli.ts
@@ -188,7 +188,7 @@ export async function parseOptionsAndRunCLI() {
188
type: 'number',
189
coerce: (value?: number) => value ?? cpus().length - 1,
190
})
191
- .option('experimental-blueprint-v2', {
+ .option('experimental-blueprints-v2-runner', {
192
describe: 'Use the experimental Blueprint V2 runner.',
193
type: 'boolean',
194
default: false,
0 commit comments