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

core: add an argument to keep colors in no ui mode #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

romainreignier
Copy link
Contributor

Following my #185 (comment), here is a proposition about adding a mode to disable UI but keep the colors in the logs (or more precisely, adding colors based on the severity).

As explained in the issue, I have chosen to not detect if run in a TTY to enable colors automatically because in my use case, rosmon is started as a sub-process, hence not directly in a TTY.

I am not sure about the name of the argument and its short version, feel free to propose other names.

I am not a big fan of adding yet another global variable in main.cpp but I kept the same solution than when I have added the flush to stdout flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant