tokmesh-cli 0.1.1

CLI and TUI for tokmesh — AI token usage analytics
Documentation
1
2
3
4
//! tokmesh CLI entry point.
fn main() -> anyhow::Result<()> {
    tokmesh_cli::run()
}