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

Added --force-color flag to catkin_make and catkin_make_isolated #1127

Open
wants to merge 2 commits into
base: noetic-devel
Choose a base branch
from

Conversation

stertingen
Copy link

This can be used to enforce colored output even on non-interactive output. --force-color can still be overriden by --no-color.

This PR is for CI environments where the output is stored in a file but a colored output makes it easier for a user to read the log.

This can be used to enforce colored output even on non-interactive
output. --force-color can still be overriden by --no-color.
@stertingen
Copy link
Author

There are some alternatives to the current implementation:

  • --force-color overrides --no-color
  • Error/Warning if --force-color and --no-color are both set

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