Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color gets lost for underlying scripts #64

Open
MartinHelmut opened this issue Oct 11, 2021 · 0 comments
Open

Color gets lost for underlying scripts #64

MartinHelmut opened this issue Oct 11, 2021 · 0 comments
Labels
bug A confirmed bug, something is not working.
Milestone

Comments

@MartinHelmut
Copy link
Member

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:

litr test

Expectations

The word "World" should be red, but isn't.

@MartinHelmut MartinHelmut added the bug A confirmed bug, something is not working. label Oct 11, 2021
@MartinHelmut MartinHelmut added this to the MVP milestone Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A confirmed bug, something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant