Skip to main content

stdout_is_tty

Function stdout_is_tty 

Source
pub fn stdout_is_tty() -> bool
Expand description

Whether stdout is attached to a terminal. Commands should fall back to static rendering when this returns false (pipes, redirects, CI).