Projects STRLCPY deduplicator Commits 153109ef
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    src/params.rs
    skipped 9 lines
    10 10   /// Filetypes to deduplicate (default = all)
    11 11   #[arg(short, long)]
    12 12   pub types: Option<String>,
    13  - /// Run Deduplicator on dir different from pwd
    14  - #[arg(long, value_hint = ValueHint::DirPath)]
     13 + /// Run Deduplicator on dir different from pwd (e.g., ~/Pictures )
     14 + #[arg(value_hint = ValueHint::DirPath, value_name = "scan_dir_path")]
    15 15   pub dir: Option<PathBuf>,
    16 16   /// Delete files interactively
    17 17   #[arg(long, short)]
    skipped 36 lines
Please wait...
Page is in error, reload to recover