0
0
mirror of https://github.com/TeFiLeDo/tree-owners.git synced 2024-11-12 22:36:17 +01:00

make roots required

This commit is contained in:
Adrian Wannenmacher 2023-09-24 08:06:15 +02:00
parent 2428e5799c
commit 66113be0ca
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5

View File

@ -48,6 +48,7 @@ struct Args {
pub raw: bool,
/// The roots to use for discovery.
#[clap(required = true)]
pub roots: Vec<PathBuf>,
}