pub fn resolve_ui_options_with_tty(
cli_no_color: bool,
no_color_env: Option<&str>,
cli_no_interactive: bool,
ito_interactive_env: Option<&str>,
stdout_is_tty: bool,
) -> UiOptionsExpand description
Resolve UI options, allowing tests to inject TTY detection.