1 2 3 4 5
use eyre::Result; pub async fn run() -> Result<()> { atuin_client::logout::logout().await }