fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater

This commit is contained in:
bly 2023-01-04 03:20:21 +01:00
parent a07a5032c2
commit f32e5225cb
7 changed files with 131 additions and 7 deletions

View file

@ -10,5 +10,6 @@ public class ConsoleColors {
public static final String CYAN_BOLD = "\033[1;36m"; // CYAN
public static final String RED_BOLD = "\033[1;31m"; // RED
}