aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/empty-array-opts.md
blob: 6d3b05d7261c160cba6ad96e7f9052b69a7284c0 (plain)
1
2
3
4
5
## Array options treat -Dopt= and -Dopt=[] as equivalent

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