1 2 3 4 5 6 7 8
//! `apr` — the Aprender CLI. //! //! `cargo install aprender` installs this binary. //! All logic lives in the `apr-cli` workspace crate (internal library). fn main() -> std::process::ExitCode { apr_cli::cli_main() }