Add short options which should be treated as switches.
Previously only the long versions of options were correctly flagged as booleans, but the -b and -B options do not have long alternatives so they need to be supported too. And for familiarity to command line users we should support other single-char switches too
Please register or sign in to comment