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
I want to achieve colored text output in the terminal while maintaining clean text in log files.
The existing Builder::dispatch's format method appears insufficient for implementing conditional formatting logic required for this dual-output scenario.
By exposing the chain method of Builder::dispatch, developers could leverage fern to implement custom formatting
Additional context
I previously submitted PR #2451 but had to close it due to missing GPG signature per the Contributing Guide. I can reopen it if needed.