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

Class RunArgs

homeworks_rust/src/main.rs:59–63  ·  view source on GitHub ↗

Runs/Tests a single exercise

Source from the content-addressed store, hash-verified

57#[argh(subcommand, name = "run")]
58/// Runs/Tests a single exercise
59struct RunArgs {
60 #[argh(positional)]
61 /// the name of the exercise
62 name: String,
63}
64
65
66#[derive(FromArgs, PartialEq, Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected