From 4c4fc50e0d0ead0ef948aceed435f801bf6d9ec5 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 29 Aug 2024 19:10:22 +0300 Subject: [PATCH] Fix typo "ANSII" --- documentation/OUTPUTMODES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/OUTPUTMODES.md b/documentation/OUTPUTMODES.md index cd98677fb..b4f2f0ca2 100644 --- a/documentation/OUTPUTMODES.md +++ b/documentation/OUTPUTMODES.md @@ -23,7 +23,7 @@ In `inline` mode, the first line of output will be directly shown in the command 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. -# ANSII Supported Colors 🎨 +# ANSI Supported Colors 🎨 We support colors for `inline` and `fullOutput` mode scripts for you to customize generated output by changing its background and foreground color.