Skip to content

Commit 659dd43

Browse files
authored
revert: "refactor: cli flags (#3107)" (#3125)
1 parent bfec4d2 commit 659dd43

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

bin/cli-flags.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ module.exports = {
7878
type: Boolean,
7979
configs: [
8080
{
81-
type: 'enum',
82-
values: [true],
81+
type: 'boolean',
8382
},
8483
],
8584
description: 'Broadcasts the server via ZeroConf networking on start.',
@@ -89,8 +88,7 @@ module.exports = {
8988
type: Boolean,
9089
configs: [
9190
{
92-
type: 'enum',
93-
values: [true],
91+
type: 'boolean',
9492
},
9593
],
9694
description: 'Print compilation progress in percentage in the browser.',
@@ -118,8 +116,7 @@ module.exports = {
118116
type: [Boolean, String],
119117
configs: [
120118
{
121-
type: 'enum',
122-
values: [true],
119+
type: 'boolean',
123120
},
124121
{
125122
type: 'string',

0 commit comments

Comments
 (0)