input: use flag option type for some input commands
This gets rid of the need for a second (or more) parameters; instead it can be all in one parameter. The (now) redundant parameter is still parsed for compatibility, though. The way the flags make each other conflict is a bit tricky: they have overlapping bits, and the option parser disallows setting already set bits.
W
wm4 committed
5c49fe97cba11bf6cd58b6e18577dbf8095a5222
Parent: 9e1866a