Runs/Tests a single exercise
| 67 | #[argh(subcommand, name = "homework")] |
| 68 | /// Runs/Tests a single exercise |
| 69 | struct 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")] |
nothing calls this directly
no outgoing calls
no test coverage detected