Skip to content

Commit bb9e2f4

Browse files
authored
Caveat usage of compact/silent/inline modes
Related to issue raycast#635
1 parent 56821d3 commit bb9e2f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/OUTPUTMODES.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ In `inline` mode, the first line of output will be directly shown in the command
2121

2222
**🚨 Hint:** use `cmd k` to access extra functionality such as adding to favorites or reordering the root search preferences.
2323

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+
2426
# ANSII Supported Colors 🎨
2527

2628
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

Comments
 (0)