//! # mk-cli
//!//! `mk-cli` is a command line interface for the `mk` library.
usecli_entry::CliEntry;/// The entry point for the CLI
modcli_entry;/// The struct that represents the stored secrets
modsecrets;/// The main function
fnmain()->anyhow::Result<()>{let cli =CliEntry::new()?;
cli.run()}