Commit ecf4a38
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
0 commit comments