We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e14d381 + fcf0ceb commit 1ba74a3Copy full SHA for 1ba74a3
src/cmd/test.rs
@@ -25,7 +25,6 @@ pub fn make_subcommand() -> Command {
25
.long("library-path")
26
.value_name("dir")
27
.value_delimiter(',')
28
- .num_args(1..)
29
.value_parser(NonEmptyStringValueParser::new())
30
.action(ArgAction::Append)
31
.help(
0 commit comments