Branko Čibej wrote:
We might want to allow using multiple options, like "--show-item=revision
--show-item=kind" in addition to comma-separated values.
I don't think this is high priority.
*And* it would require a major rewrite of our argument parser, whereas
adding a comma-separated list format would not,
Major rewrite? Why?
and would also be compatible with -r and -c.
Whereas other existing options including '--search' and '--changelist'
already work the first way (accumulating values from multiple options).
- Julian