MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / Cli

Class Cli

server/src/main.rs:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#[derive(Parser)]
15#[command(name = "coderlm", about = "CoderLM REPL server for code-aware agent sessions")]
16struct Cli {
17 /// Subcommand
18 #[command(subcommand)]
19 command: Commands,
20}
21
22#[derive(clap::Subcommand)]
23enum Commands {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected