clauth 0.2.0

A simple Claude Code account switcher - swap OAuth and API profiles in an instant
1
2
3
4
5
use std::fmt::Display;

pub(crate) fn into_anyhow<E: Display>(e: E) -> anyhow::Error {
    anyhow::anyhow!("{e}")
}