MCPcopy Create free account
hub / github.com/ExtropyIO/SolanaBootcamp / HomeworkArgs

Class HomeworkArgs

homeworks_rust/src/main.rs:69–73  ·  view source on GitHub ↗

Runs/Tests a single exercise

Source from the content-addressed store, hash-verified

67#[argh(subcommand, name = "homework")]
68/// Runs/Tests a single exercise
69struct HomeworkArgs {
70 #[argh(positional)]
71 /// the day of the homework
72 name: String,
73}
74
75#[derive(FromArgs, PartialEq, Debug)]
76#[argh(subcommand, name = "hint")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected