1 2 3 4 5
//! `dpcs` command-line entrypoint. fn main() -> std::process::ExitCode { dpcs::cli::run() }