mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-14 01:49:12 +00:00
dirty scan speed testing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// src/cli.rs
|
||||
|
||||
pub mod link;
|
||||
pub mod coll;
|
||||
pub mod view;
|
||||
@@ -42,6 +43,10 @@ pub enum Commands {
|
||||
|
||||
/// Scan one or more directories and populate the file index
|
||||
Scan {
|
||||
/// Only re-index files marked dirty by `marlin watch`
|
||||
#[arg(long)]
|
||||
dirty: bool,
|
||||
|
||||
/// Directories to scan (defaults to cwd)
|
||||
paths: Vec<std::path::PathBuf>,
|
||||
},
|
||||
|
Reference in New Issue
Block a user