Fix test with multiple library paths

This commit is contained in:
Eric Huss 2022-12-17 07:11:13 -08:00
parent e14d38194f
commit fcf0cebf6c
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(