Hi,
I'm trying to add a -f, -F, --foo option, but when doing so, the first two flags are passed as options.F and the last one is ignored.
So, it seems that option() only supports up to 2 flags.
Therefore, I would like to request being able to either specify any number of flags, or optionally mark flags as case-insensitive.
Thanks