You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Term::ANSIColor in the Datahub::Factory project we maintain. (which actually runs on top of Catmandu libraries).
We implemented a quick, basic -v CLI option which allows us to do verbose output on STDOUT. Like status messages during complex processing. These messages are coloured.
We don't colour log4perl log messages, because we use these primarily for logging to a custom file appender. But we could colour those given the possibility that log4perl also outputs to STDOUT if we configure it to do so.
Color output on command line would be nice. I implemented CSV and JSON in color for wdq but it's a hack.
The text was updated successfully, but these errors were encountered: