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
@@ -470,6 +470,15 @@
470
470
"URL to download from"
471
471
]
472
472
},
473
+
"help-header-override-property": {
474
+
"title": "help_header_override",
475
+
"description": "Bash code (or function call) that will be executed at the beginning of the help message\nhttps://bashly.dev/configuration/command/#help-header-override",
476
+
"type": "string",
477
+
"minLength": 1,
478
+
"examples": [
479
+
"generate_ascii_art_logo"
480
+
]
481
+
},
473
482
"args-property": {
474
483
"title": "args",
475
484
"description": "Arguments of the current script or sub-command\nhttps://bashly.dev/configuration/command/#args",
0 commit comments