Clean command

This commit is contained in:
2026-08-22 17:17:30 +02:00
parent 576e3c9452
commit 15d1319374
7 changed files with 436 additions and 6 deletions
+1
View File
@@ -39,6 +39,7 @@ COMMANDS: dict[str, Command] = {
"giving-names": Command("giving_names", "Name copies and prepare A Rendre"),
"update-ods": Command("update_ods", "Update the configured score spreadsheet"),
"add-final-score": Command("add_final_score", "Stamp final scores on copies"),
"clean": Command("clean", "Delete intermediate files from a finished evaluation"),
"gui": Command("@gui", "Launch the graphical workflow assistant"),
}