mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Fixed ripgrep benches
This commit is contained in:
parent
1216cddb63
commit
5fa48a678d
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ where
|
|||
"file", "files", "help-short", "help", "regexp", "type-list",
|
||||
"version",
|
||||
]))
|
||||
.arg(arg("path").setting(ArgSettings::MultipleOccurrences))
|
||||
.arg(arg("path").setting(ArgSettings::MultipleValues).setting(ArgSettings::MultipleOccurrences))
|
||||
.arg(flag("regexp").short('e')
|
||||
.settings(&[
|
||||
ArgSettings::AllowHyphenValues,
|
||||
|
|
Loading…
Reference in a new issue