pub fn is_out_tty() -> bool
Returns whether stdout is a terminal (tty).
Used to gate machine-readable stdout records that would duplicate the status prose already shown on stderr in interactive sessions.