File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 4141 "default" : {
4242 "title" : " default" ,
4343 "description" : " A default value of the current positional argument\n https://bashly.dannyb.co/configuration/argument/#default" ,
44- "type" : " string" ,
44+ "oneOf" : [
45+ {
46+ "type" : " string"
47+ },
48+ {
49+ "type" : " array" ,
50+ "minItems" : 1 ,
51+ "items" : {
52+ "type" : " string"
53+ }
54+ }
55+ ],
4556 "examples" : [
4657 " *.jpg"
4758 ]
159170 "default" : {
160171 "title" : " default" ,
161172 "description" : " A default value of the current flag\n https://bashly.dannyb.co/configuration/flag/#default" ,
162- "type" : " string" ,
173+ "oneOf" : [
174+ {
175+ "type" : " string"
176+ },
177+ {
178+ "type" : " array" ,
179+ "minItems" : 1 ,
180+ "items" : {
181+ "type" : " string"
182+ }
183+ }
184+ ],
163185 "examples" : [
164186 " *.jpg"
165187 ]
You can’t perform that action at this time.
0 commit comments