mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-14 01:26:33 +00:00
updated readme
This commit is contained in:
@@ -6,10 +6,10 @@ use clap::Parser;
|
||||
pub struct App {
|
||||
/// Filetypes to deduplicate (default = all)
|
||||
#[arg(short, long)]
|
||||
pub filetypes: Option<String>,
|
||||
/// List duplcates without deleting (default = true)
|
||||
pub types: Option<String>,
|
||||
/// Delete files by algorithm (default = oldest) [options = oldest | newest]
|
||||
#[arg(short, long)]
|
||||
pub dry: bool,
|
||||
pub delete: Option<String>,
|
||||
/// Run Deduplicator on dir different from pwd
|
||||
#[arg(long)]
|
||||
pub dir: Option<PathBuf>
|
||||
|
||||
Reference in New Issue
Block a user