//! Binary entry point for the `envy` CLI.
//!
//! Delegates entirely to [`envy_secrets::cli::run`], which parses arguments, manages
//! the vault lifecycle, and returns a POSIX exit code. The sole responsibility
//! of `main` is to forward that code to the OS via [`std::process::exit`].
use process;