mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-14 00:36:22 +01:00
default to current directory
This commit is contained in:
parent
66113be0ca
commit
912c8c1859
@ -48,7 +48,7 @@ struct Args {
|
|||||||
pub raw: bool,
|
pub raw: bool,
|
||||||
|
|
||||||
/// The roots to use for discovery.
|
/// The roots to use for discovery.
|
||||||
#[clap(required = true)]
|
#[clap(default_value = ".")]
|
||||||
pub roots: Vec<PathBuf>,
|
pub roots: Vec<PathBuf>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user