//! The operating mode enum, shared between CLI parsing, the TOML config
//! file, and the daemon entry. Lives in its own module so both clap's
//! `ValueEnum` and serde's `Deserialize` can derive on it without
//! pulling in the rest of `main.rs`.
use ValueEnum;
use ;
use Deserialize;