Skip to content

Commit e25bac3

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

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

schemas/bashly.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,30 @@
526526
"type": "string",
527527
"minLength": 1,
528528
"examples": [
529+
"<alias>",
530+
"<arrayvar>",
531+
"<binding>",
532+
"<builtin>",
533+
"<command>",
534+
"<directory>",
535+
"<disabled>",
536+
"<enabled>",
537+
"<export>",
538+
"<file>",
539+
"<function>",
540+
"<group>",
541+
"<helptopic>",
542+
"<hostname>",
543+
"<job>",
544+
"<keyword>",
545+
"<running>",
546+
"<service>",
547+
"<setopt>",
548+
"<shopt>",
549+
"<signal>",
550+
"<stopped>",
529551
"<user>",
530-
"<directory>"
552+
"<variable>"
531553
]
532554
}
533555
},

0 commit comments

Comments
 (0)