mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-07 15:01:00 +00:00
Multiple arguments get handled differently in clap in comparison to structopt
We should document that change
This commit is contained in:
parent
59ddc1e27d
commit
e125d45a8e
1 changed files with 1 additions and 0 deletions
|
|
@ -1050,6 +1050,7 @@ mod cli {
|
|||
|
||||
cmd.arg("--exclude-path")
|
||||
.arg(&excluded_path1)
|
||||
.arg("--exclude-path")
|
||||
.arg(&excluded_path2)
|
||||
.arg("--")
|
||||
.arg(&test_path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue