use ColorChoice as TermColor;
use crateColorChoice;
/// Resolve a user-facing [`ColorChoice`] to a concrete
/// [`termcolor::ColorChoice`]. Auto-mode delegates to the caller-
/// supplied `is_tty` closure so each output sink (stdout / stderr)
/// can make its own TTY decision.