Merge pull request #1959 from ehuss/test-lib-multiple

Fix test with multiple library paths
This commit is contained in:
Eric Huss 2022-12-17 07:39:27 -08:00 committed by GitHub
commit 1ba74a30fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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(