pub static INTERACTIVE: OnceLock<bool>Expand description
Set once in main: true iff the user did not pass --non-interactive
and stdin is a TTY. Read via is_interactive.
pub static INTERACTIVE: OnceLock<bool>Set once in main: true iff the user did not pass --non-interactive
and stdin is a TTY. Read via is_interactive.