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
+2
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ In `inline` mode, the first line of output will be directly shown in the command
21
21
22
22
**🚨 Hint:** use `cmd k` to access extra functionality such as adding to favorites or reordering the root search preferences.
23
23
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
+
24
26
# ANSII Supported Colors 🎨
25
27
26
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