load paths take at most one per arg
This commit is contained in:
parent
bafafcf0b4
commit
68e5f40f7d
@ -54,6 +54,7 @@ fn main() -> std::io::Result<()> {
|
||||
.help("A path to use when resolving imports. May be passed multiple times.")
|
||||
.multiple(true)
|
||||
.takes_value(true)
|
||||
.number_of_values(1)
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("STYLE")
|
||||
|
Loading…
x
Reference in New Issue
Block a user