//! What the command handlers need to know about the terminal they run in.
//!
//! The TTY gate is resolved once here rather than re-queried at each call site,
//! so every command agrees on whether it may prompt and whether it may style
//! its output.
use terminal;
/// The terminal facts a command handler decides on.