From: Johannes Schindelin <hidden> Date: 2016-06-15 22:43:19
Hi,
just a quick comment on the option parser:
On most platforms, sizeof(void*)>=sizeof(int). But I would not rely on
that. Rather (also because it is prettier), I'd use "union".
Besides, your option parser loses order information, correct? IOW,
something like "--color --no-color --color" would confuse it.
Ciao,
Dscho