Find Duplicate Files and prompts to delete them.

This commit is contained in:
glitchySid
2026-01-13 19:13:26 +05:30
parent f68d960cfe
commit 4da03d9e37
10 changed files with 348 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ fn create_test_args(dry_run: bool, path: Option<PathBuf>) -> Args {
undo: true,
change_key: false,
offline: false,
duplicate: false,
path,
}
}