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
Text wrapped in three backticks indicates literal code that ignores the above, e.g. \`\`\`--timeout=<timeout:max|immediate|<seconds>>\`\`\`
181
186
A URL wrapped in angled brackets indicates a URL: \`\`\`<https://dorothy.bevry.me>\`\`\` becomes <https://dorothy.bevry.me>
182
187
A line that is all capitals with a trailing colon indicates a header, such as the \`ABOUT:\`, \`USAGE:\`, \`OPTIONS:\`, and \`TEMPLATE:\` from earlier.
188
+
! A line preceeded by \`! \` will have the exclamation mark styled red. Use this for important notes, such as variable overrides and conflicts.
183
189
184
190
A line that starts with an asterisk \`*\` indicates a list item, e.g.:
185
191
\`\`\`
@@ -212,9 +218,10 @@ function echo_help() (
212
218
* If \`thing\`, do that.
213
219
* If \`other\`, do this.
214
220
215
-
Arguments that are passed to\`echo-help\` will become errors that are appended to the bottom. It is will up to you to return the correct exit status.
221
+
Exit status will be [22]\`EINVAL 22 Invalid argument\`.
216
222
217
-
Exit status should typically be: \`return 22 # EINVAL 22 Invalid argument\`
223
+
Arguments that are passed to \`echo-help\` will become errors that are appended to the bottom.
224
+
If you want a custom error exit status, it is up to you to ignore and return it.
0 commit comments