//! Interactive / watch / TTY detection (spec §21.3).
use IsTerminal;
/// Watch-mode flags that keep a process running (→ passthrough). Note `-w` is
/// deliberately excluded: for `grep`/`find` it means "word"/"writable", not watch.
/// `(shim, subcommand)` pairs that inherently prompt / hold the terminal.