//! CLI surface: argument parsing and `--help` text.
//!
//! Split out of `main.rs` so the dispatcher stays small. Two siblings:
//! - [`parse`]: argv → [`parse::Config`] for both foreground + daemon entries.
//! - [`help`]: `--help` body, kept verbatim.
pub
pub
pub use print_help;
pub use parse_args;