File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,16 @@ const cli = meow(`
56
56
type : 'string'
57
57
} ,
58
58
env : {
59
- type : 'string'
59
+ type : 'string' ,
60
+ isMultiple : true
60
61
} ,
61
62
global : {
62
- type : 'string'
63
+ type : 'string' ,
64
+ isMultiple : true
63
65
} ,
64
66
ignore : {
65
- type : 'string'
67
+ type : 'string' ,
68
+ isMultiple : true
66
69
} ,
67
70
space : {
68
71
type : 'string'
@@ -77,10 +80,12 @@ const cli = meow(`
77
80
type : 'string'
78
81
} ,
79
82
plugin : {
80
- type : 'string'
83
+ type : 'string' ,
84
+ isMultiple : true
81
85
} ,
82
86
extend : {
83
- type : 'string'
87
+ type : 'string' ,
88
+ isMultiple : true
84
89
} ,
85
90
open : {
86
91
type : 'boolean'
@@ -89,7 +94,8 @@ const cli = meow(`
89
94
type : 'boolean'
90
95
} ,
91
96
extension : {
92
- type : 'string'
97
+ type : 'string' ,
98
+ isMultiple : true
93
99
} ,
94
100
esnext : {
95
101
type : 'boolean'
You can’t perform that action at this time.
0 commit comments