modhandlers;modlogin;modtwo_factor;modutils;modverification;useanyhow::Result;usevrcli::AuthAction;/// Main entry point for authentication commands
pub async fnhandle_auth_command(action: AuthAction)->Result<()>{handlers::handle_auth_command(action).await
}