standardize exercise running via an external toml file

This commit is contained in:
lyn
2019-03-06 21:47:00 +01:00
parent 7d6e2812fb
commit 70e59cca3c
5 changed files with 270 additions and 84 deletions

View File

@@ -48,7 +48,7 @@ fn main() {
}
if let Some(matches) = matches.subcommand_matches("run") {
run(matches.clone());
run(matches.clone()).unwrap();
}
if let Some(_) = matches.subcommand_matches("verify") {