Replace mode by test and strict_clippy

This commit is contained in:
mo8it
2024-04-25 03:25:45 +02:00
parent f92d45fa68
commit 2af0cd9cce
8 changed files with 147 additions and 178 deletions
+2 -3
View File
@@ -112,7 +112,8 @@ impl AppState {
dir,
name,
path,
mode: exercise_info.mode,
test: exercise_info.test,
strict_clippy: exercise_info.strict_clippy,
hint,
done: false,
}
@@ -329,8 +330,6 @@ impl AppState {
}
writeln!(writer, "{}", "ok".green())?;
output.clear();
}
writer.execute(Clear(ClearType::All))?;