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
// Script logging contexts provide the format certain commands will use for their texts. Most notably, this includes <@link command debug>.
24
+
// Script formats provide the formats certain commands within that script will use for their texts. Most notably, this includes <@link command debug>.
25
25
// See specific command's documentation for information on which formats they use (for example, the 'debug' command supports a 'debug' format and an 'error' format).
26
-
// The formats are specified under a 'formats' key, and can be either a <@link language Format Script Containers> or a direct format with the same syntax as format scripts.
26
+
// The formats are specified under a 'formats' key, and can be either <@link language Format Script Containers> or a direct format with the same syntax as format scripts.
27
27
// When specifying a direct format, use the format name as the key; When specifying a format script, use '<format>_script' as the key (see example below).
0 commit comments