Skip to content

Commit 22d9617

Browse files
EmilySeville7cfgEmilySeville7cfg
authored andcommitted
feat(bashly): add examples for completions
1 parent 148bdf1 commit 22d9617

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schemas/bashly.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,11 @@
524524
"items": {
525525
"description": "A completion of the current script or sub-command",
526526
"type": "string",
527-
"minLength": 1
527+
"minLength": 1,
528+
"examples": [
529+
"<user>",
530+
"<directory>"
531+
]
528532
}
529533
},
530534
"dependencies-command-property": {

0 commit comments

Comments
 (0)