1 2 3 4 5 6 7 8 9
mod generate; crate::macros::defn_error!(Error => { generate }); crate::macros::auto_subcommand!( #[command(about = "password management")] (Command) => (run(valkey: &crate::integrations::fred::ValkeyOptions)) => { generate } );