Merge pull request #1959 from ehuss/test-lib-multiple
Fix test with multiple library paths
This commit is contained in:
commit
1ba74a30fc
|
@ -25,7 +25,6 @@ pub fn make_subcommand() -> Command {
|
|||
.long("library-path")
|
||||
.value_name("dir")
|
||||
.value_delimiter(',')
|
||||
.num_args(1..)
|
||||
.value_parser(NonEmptyStringValueParser::new())
|
||||
.action(ArgAction::Append)
|
||||
.help(
|
||||
|
|
Loading…
Reference in New Issue