//! Settings overrides supplied by the binary's CLI parser.
//!
//! Lives in `capo-agent` (not `capo`) so the lib doesn't pull `clap`.
//! The binary constructs this struct manually from its `Cli` after
//! `clap::Parser::parse()`; capo-agent never imports clap.