MCPcopy Create free account
hub / github.com/evilsocket/cake / Cli

Class Cli

cake-cli/src/main.rs:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#[derive(Parser)]
17#[command(name = "cake", author, version, about = "Distributed LLM inference")]
18struct Cli {
19 #[command(subcommand)]
20 command: Commands,
21}
22
23#[derive(Subcommand)]
24enum Commands {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected