Add progress bar to list

This commit is contained in:
mo8it
2024-04-09 19:37:39 +02:00
parent ee7d976283
commit 850c1d0234
4 changed files with 85 additions and 15 deletions
+1
View File
@@ -7,6 +7,7 @@ mod embedded;
mod exercise;
mod init;
mod list;
mod progress_bar;
mod run;
mod state_file;
mod verify;