This commit is contained in:
n4n5
2024-06-19 09:08:10 +02:00
committed by andy.boot
parent 028ca1fdc7
commit 08e4240b41
10 changed files with 55 additions and 11 deletions
+6
View File
@@ -193,6 +193,12 @@ pub fn build_cli() -> Command {
.action(clap::ArgAction::SetTrue)
.help("Disable the progress indication."),
)
.arg(
Arg::new("print_errors")
.long("print-errors")
.action(clap::ArgAction::SetTrue)
.help("Print path with errors."),
)
.arg(
Arg::new("only_dir")
.short('D')