Skip to content

Commit bb0ef25

Browse files
authored
fix(cli): not open browser by default (#33)
1 parent 8213139 commit bb0ef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/slidev/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cli.command(
3232
})
3333
.option('open', {
3434
alias: 'o',
35-
default: true,
35+
default: false,
3636
type: 'boolean',
3737
describe: 'open in browser',
3838
})

0 commit comments

Comments
 (0)