You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/bashly.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -854,6 +854,15 @@
854
854
"dir_commands/list.sh"
855
855
]
856
856
},
857
+
"argfile-property": {
858
+
"title": "argfile",
859
+
"description": "A file containing additional arguments to autoload for the current script or sub-command\nhttps://bashly.dev/configuration/command/#argfile",
860
+
"type": "string",
861
+
"minLength": 1,
862
+
"examples": [
863
+
".mycli"
864
+
]
865
+
},
857
866
"filters-property": {
858
867
"title": "filters",
859
868
"description": "Filters of the current script or sub-command\nhttps://bashly.dev/configuration/command/#filters",
0 commit comments