picocli
picocli copied to clipboard
Configurable key-value separators for Map options
Following up on discussion in https://github.com/remkop/picocli/issues/1214:
It would be nice to also support other key-value separators for Map options.
I am thinking this should be a new attribute in @Option
and @Parameters
, perhaps mapKeyValueSeparator
.