mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-11 16:22:06 +00:00
code optimizations
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use std::{fs, path::PathBuf};
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
use clap::Parser;
|
||||
|
||||
@@ -17,7 +16,7 @@ pub struct Params {
|
||||
pub nocache: bool,
|
||||
/// Delete files interactively
|
||||
#[arg(long, short)]
|
||||
pub interactive: bool
|
||||
pub interactive: bool,
|
||||
}
|
||||
|
||||
impl Params {
|
||||
|
||||
Reference in New Issue
Block a user