empty-array-opts.md 223 B

Array options treat -Dopt= and -Dopt=[] as equivalent

Prior to this change passing -Dopt= to an array opt would be interpreted as '', now -Dopt= is the same as -Dopt=[], an empty list.