mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +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",
|
"file", "files", "help-short", "help", "regexp", "type-list",
|
||||||
"version",
|
"version",
|
||||||
]))
|
]))
|
||||||
.arg(arg("path").setting(ArgSettings::MultipleOccurrences))
|
.arg(arg("path").setting(ArgSettings::MultipleValues).setting(ArgSettings::MultipleOccurrences))
|
||||||
.arg(flag("regexp").short('e')
|
.arg(flag("regexp").short('e')
|
||||||
.settings(&[
|
.settings(&[
|
||||||
ArgSettings::AllowHyphenValues,
|
ArgSettings::AllowHyphenValues,
|
||||||
|
|
Loading…
Reference in a new issue