We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e800e commit fd141cfCopy full SHA for fd141cf
examples/catch-all/src/bashly.yml
@@ -8,7 +8,8 @@ catch_all: true
8
args:
9
- name: message
10
required: true
11
- help: Message
+ default: [""]
12
+ x_a:
13
14
flags:
15
- long: --debug
schemas/bashly.json
@@ -41,18 +41,7 @@
41
"default": {
42
"title": "default",
43
"description": "A default value of the current positional argument\nhttps://bashly.dannyb.co/configuration/argument/#default",
44
- "oneOf": [
45
- {
46
- "type": "string"
47
- },
48
49
- "type": "array",
50
- "minItems": 1,
51
- "items": {
52
53
- }
54
55
- ],
+ "type": "string",
56
"examples": [
57
"*.jpg"
58
]
0 commit comments