-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
enhancementNew feature or requestNew feature or request
Description
as discussed in #98 color should be optional and ANSI support should not be assumed.
this could be implemented independently of refactoring so I am noting it here as its own issue.
one way to go about this is adding a field to config named color-mode
enum ColorMode {
On,Off,Auto
}with auto using known good practice ways like in the colored crate to check for whether ANSI is supported.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request