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: documentation/OUTPUTMODES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ In `inline` mode, the first line of output will be directly shown in the command
23
23
24
24
Please note that long-running tasks generating a lot of partial data are not supported for `compact`, `silent`, and `inline` modes. For example, the `zip` command generates a lot of partial logs when compressing folders with many files. Scripts using `zip` won't work on `compact`, `silent`, and `inline`; but they will work in `fullOutput`. To make it work in the other modes you need to use the `zip -q` flag.
25
25
26
-
# ANSII Supported Colors 🎨
26
+
# ANSI Supported Colors 🎨
27
27
28
28
We support colors for `inline` and `fullOutput` mode scripts for you to customize generated output by changing its background and foreground color.
0 commit comments