Skip to content

Commit ecf4a38

Browse files
authored
chore: Remove redundant multiple property
The multiple property of the optionDefinitions object is set to true when the option expects multiple values to be passed via the command line. By default this property is false. There is no need to specify this explicitly. All the following optionDefinitions which do not expect multiple values don't specify it only this one does.
1 parent e59bcd7 commit ecf4a38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/cli-flags.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ module.exports = {
114114
{
115115
name: 'entry',
116116
type: String,
117-
multiple: false,
118117
defaultValue: null,
119118
defaultOption: true,
120119
group: BASIC_GROUP,

0 commit comments

Comments
 (0)