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/settings.json
+7-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
},
98
98
"tab_indent": {
99
99
"title": "tab indent",
100
-
"description": "Whether to use tabs or spaces in the the generated script\nhttps://bashly.dannyb.co/usage/settings/#tab_indent",
100
+
"description": "Whether to use tabs or spaces in the generated script\nhttps://bashly.dannyb.co/usage/settings/#tab_indent",
101
101
"type": "boolean",
102
102
"default": false
103
103
},
@@ -113,6 +113,12 @@
113
113
"type": "boolean",
114
114
"default": true
115
115
},
116
+
"show_examples_on_error": {
117
+
"title": "show examples on error",
118
+
"description": "Whether to show command examples when the input line is missing required arguments\nhttps://bashly.dannyb.co/usage/settings/#show_examples_on_error",
119
+
"type": "boolean",
120
+
"default": true
121
+
},
116
122
"env": {
117
123
"title": "env",
118
124
"description": "Whether to include development related comments in the generated script\nhttps://bashly.dannyb.co/usage/settings/#env",
Copy file name to clipboardexpand all lines: schemas/strings.json
+7
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,13 @@
102
102
"minLength": 1,
103
103
"default": "Allowed: %{values}"
104
104
},
105
+
"examples_caption_on_error": {
106
+
"title": "examples caption on error",
107
+
"description": "The string to show before the examples when show_examples_on_error is enabled\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
108
+
"type": "string",
109
+
"minLength": 1,
110
+
"default": "examples:"
111
+
},
105
112
"help_flag_text": {
106
113
"title": "help flag text",
107
114
"description": "The help message for --help\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
0 commit comments