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 f66edf2 commit d72e81eCopy full SHA for d72e81e
bin/cli-flags.js
@@ -78,7 +78,8 @@ module.exports = {
78
type: Boolean,
79
configs: [
80
{
81
- type: 'boolean',
+ type: 'enum',
82
+ values: [true],
83
},
84
],
85
description: 'Broadcasts the server via ZeroConf networking on start.',
@@ -88,7 +89,8 @@ module.exports = {
88
89
90
91
92
93
94
95
96
description: 'Print compilation progress in percentage in the browser.',
@@ -116,7 +118,8 @@ module.exports = {
116
118
type: [Boolean, String],
117
119
120
121
122
123
124
125
type: 'string',
0 commit comments