Shageldi Ovezov
Shageldi Ovezov
I will look into it
I was able to replicate the issue using the 'more' command on windows. I wonder if it colors the output on Unix/Linux, @jakubroztocil, when piping the output to less.
> @ovezovs yes, the following command should result in colorized output shown in `less` (notice the `-r`): > > ```shell > http --pretty=all httpbin.org/get | less -r > ``` >...
I was able to reproduce the issue as it is described. I did some research on this, however, wasn't able to find the cause.
> The use of `set` here is unnecessary if not incorrect, but I'm not sure if that's causing the issue. Would need to dump the compiled code to see what's...