fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater
This commit is contained in:
parent
a07a5032c2
commit
f32e5225cb
7 changed files with 131 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue