Lloyd Chambers wrote on 08/28/09 14:23:
> Lists of thing are complex, so take away the complexity.
>
> Syntax compliant to CLIP which uses operands. The "--" means "end of
> options":
>
> create-jvm-options -- -Xfoo=bar -abc -Dbar=far
>
> Better IMO, but I realize a really complex command which needs multiple
> lists of things could have an issue here.
I agree, that's the way it should've been done. Too late now...