cc-switch 0.1.22

A CLI tool for managing multiple Claude API configurations and automatically switching between them
Documentation
1
2
3
4
5
6
7
8
pub mod auth_writer;
pub mod commands;
pub mod storage;
pub mod types;

pub use auth_writer::write_auth_json;
pub use commands::*;
pub use types::CodexConfiguration;