Multiple arguments get handled differently in clap in comparison to structopt

We should document that change
This commit is contained in:
Matthias 2023-02-26 14:28:07 +01:00 committed by Matthias Endler
parent 59ddc1e27d
commit e125d45a8e

View file

@ -1050,6 +1050,7 @@ mod cli {
cmd.arg("--exclude-path")
.arg(&excluded_path1)
.arg("--exclude-path")
.arg(&excluded_path2)
.arg("--")
.arg(&test_path)