-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Picocli has some good conventions for this: arrays_collections_maps & split_regex
Some additional considerations:
Use the same split properties from #250
For operands, the dictionary has the same rules as a list. There can be only one and it's at the end. List or Dictionary, but not both.
How do we show this in help?
Do we support null values? key1=value1,key2=,key3=value3