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