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 8213139 commit bb0ef25Copy full SHA for bb0ef25
packages/slidev/node/cli.ts
@@ -32,7 +32,7 @@ cli.command(
32
})
33
.option('open', {
34
alias: 'o',
35
- default: true,
+ default: false,
36
type: 'boolean',
37
describe: 'open in browser',
38
0 commit comments