Description
Running a script through Litr that emits colored output will remove the color. Though, it should be preserved.
Reproduction
Configuration file:
[commands.test]
script = "printf 'Hello \033[0;31mWorld\033[0m\n'"
Run the following command:
Expectations
The word "World" should be red, but isn't.
Description
Running a script through Litr that emits colored output will remove the color. Though, it should be preserved.
Reproduction
Configuration file:
Run the following command:
litr testExpectations
The word "World" should be red, but isn't.