cc-switch 0.1.8

A CLI tool for managing multiple Claude API configurations and automatically switching between them
Documentation
1
2
3
4
5
use anyhow::Result;

fn main() -> Result<()> {
    cc_switch::run()
}