//! Command line for the full frame server.
//!
//! One binary, one config, one start command. The binary bakes in no bind
//! address, no port, no asset directory, and no bus endpoint: every
//! deployment-shaped value lives in the single `frame.toml` named here.
use PathBuf;
use Parser;
/// Parsed command line for the frame server.
///
/// The entire stack — the embedded liminal component and the console HTTP
/// server — boots from one `frame.toml`. There are no side-by-side processes
/// and no per-value flags: the config file is the sole deployment surface.