We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac85266 commit a19d91eCopy full SHA for a19d91e
src/cmd/test.rs
@@ -23,7 +23,8 @@ pub fn make_subcommand<'help>() -> App<'help> {
23
.takes_value(true)
24
.use_delimiter(true)
25
.require_delimiter(true)
26
- .multiple(true)
+ .multiple_values(true)
27
+ .multiple_occurrences(true)
28
.forbid_empty_values(true)
29
.help("A comma-separated list of directories to add to {n}the crate search path when building tests"))
30
}
0 commit comments