Bisect: color output #278
Labels
documentation
Involves touching documentation
python
Involves touching python code
tests
Involves touching tests
Feature Request
Describe the new feature:
Now that the Makefiles output in color, it may be good to have the command-line tools to output in color as well, primarily FLiT Bisect
Suggested change:
Utilize
python-pygments
as an optional dependency. If it is there, use it to output in color, otherwise, just do what we already do.Alternative approaches:
Do the output ourselves.
The text was updated successfully, but these errors were encountered: