Add a flag.
A flag is a named option which is either set (implicitely to true) or omitted, in which case the value is false. A flag is simply set as:
true
false
Program --flag