pub fn is_tty() -> boolExpand description
Returns true if stdout is connected to a terminal (TTY).
Prefer crate::terminal::is_interactive for color decisions (also honors
TERM=dumb). This helper is the raw TTY probe for platform code.
pub fn is_tty() -> boolReturns true if stdout is connected to a terminal (TTY).
Prefer crate::terminal::is_interactive for color decisions (also honors
TERM=dumb). This helper is the raw TTY probe for platform code.