0
0
Fork 0

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
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +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)]
pub roots: Vec<PathBuf>, pub roots: Vec<PathBuf>,
} }