nipafx/record-args

Allow collection arguments

Closed this issue · 0 comments

Allow multiple values in a sequence to be assigned to the same argument, which would hence have to be of a collection type. List is obvious, Set would be possible as well (would that entail silently dropping duplicate entries?) - Map would be interesting (is each value a key-value pair that is split by =?).