MCPcopy Create free account
hub / github.com/InkSha/rust-tutorial / Program

Class Program

src/main.rs:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#[derive(Debug, Parser)]
8#[command(version, about, long_about = "Todo Cli")]
9struct Program {
10 #[command(subcommand)]
11 pub command: TodoCommand,
12}
13
14fn main() {
15 let args = Program::parse();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected