//! `anesis logout` implementation.
//!
//! Logout is intentionally simple: deleting `~/.anesis/auth.json` is enough
//! because all authentication state is local. There is no server-side session
//! to invalidate — the JWT is simply abandoned.
use ;
use ;
/// Removes the stored auth credentials file.
///
/// Returns an error if the file does not exist, which means the user was
/// never logged in.