mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-18 02:33:50 +00:00
added nocache option
This commit is contained in:
@@ -12,5 +12,8 @@ pub struct App {
|
||||
pub delete: Option<String>,
|
||||
/// Run Deduplicator on dir different from pwd
|
||||
#[arg(long)]
|
||||
pub dir: Option<PathBuf>
|
||||
pub dir: Option<PathBuf>,
|
||||
/// Don't use cache for indexing files (default = true)
|
||||
#[arg(long, short)]
|
||||
pub nocache: bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user