//! `pc-tui` — the standalone polychrome operator cockpit.
//!
//! A thin launcher around [`polyc_tui::run`]: it installs color-eyre
//! (pretty panic/error reports + the terminal-restore prereq) and runs the app
//! on a multi-thread tokio runtime. The same entrypoint is embedded in the
//! `polychrome` CLI. Connection targets come from the `PC_TUI_*` env vars.
use Result;
async