Closed eroussy closed 1 year ago
The behavior is consistent with most unix tools which take an option/argument couple. For example ls -l --block-size=512 --block-size=1024
will not raise any warning and the last specified wins.
We could make the option cumulative (as in docker-run -e foo=x -e bar=y
), in this case this would be a good thing to mention in the doc.
As a consequence, I'd close this issue as a non-issue, unless we're breaking some spec here.
I'm ok with that.
The command
cqfd -b flavor1 -b flavor2
launch only flavor2 and doesn't trigger a warning