Prompt to remove leftover files when removing dir

This commit is contained in:
Robbert van der Helm
2020-07-15 22:49:34 +02:00
parent ae0f4aa64e
commit 7e3086c354
4 changed files with 259 additions and 29 deletions
+1
View File
@@ -14,6 +14,7 @@ aho-corasick = "0.7.13"
colored = "2.0.0"
clap = { version = "3.0.0-beta.1", features = ["wrap_help"] }
lazy_static = "1.4.0"
promptly = "0.3.0"
rayon = "1.3.1"
serde = "1.0.114"
serde_derive = "1.0.114"