File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 83
83
" integer" ,
84
84
" non_empty"
85
85
]
86
+ },
87
+ "unique" : {
88
+ "title" : " unique" ,
89
+ "description" : " Whether the current positional argument is unique\n https://bashly.dannyb.co/configuration/argument/#unique" ,
90
+ "type" : " boolean" ,
91
+ "default" : false
92
+ }
93
+ },
94
+ "dependencies" : {
95
+ "unique" : {
96
+ "properties" : {
97
+ "repeatable" : {
98
+ "const" : true
99
+ }
100
+ }
86
101
}
87
102
},
88
103
"$ref" : " #/definitions/custom-properties" ,
219
234
" integer" ,
220
235
" non_empty"
221
236
]
237
+ },
238
+ "unique" : {
239
+ "title" : " unique" ,
240
+ "description" : " Whether the current flag is unique\n https://bashly.dannyb.co/configuration/flag/#unique" ,
241
+ "type" : " boolean" ,
242
+ "default" : false
243
+ }
244
+ },
245
+ "dependencies" : {
246
+ "unique" : {
247
+ "properties" : {
248
+ "repeatable" : {
249
+ "const" : true
250
+ }
251
+ }
222
252
}
223
253
},
224
254
"$ref" : " #/definitions/custom-properties" ,
You can’t perform that action at this time.
0 commit comments