Skip to content

Commit

Permalink
.multiple_values(true) is also necessary to recover the old behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHelianthicusDoe committed May 12, 2022
1 parent 65246dc commit 4da660f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ fn run() -> Result<(), Error> {
(assuming `-d` is not supplied).",
)
.takes_value(true)
.multiple_occurrences(true),
.multiple_occurrences(true)
.multiple_values(true),
)
.arg(
Arg::new("detach")
Expand Down

0 comments on commit 4da660f

Please sign in to comment.