resolve_ui_options_with_tty

Function resolve_ui_options_with_tty 

Source
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,
) -> UiOptions
Expand description

Resolve UI options, allowing tests to inject TTY detection.