Type alias FlagOption

FlagOption: WithType<"flag"> & WithBasic & WithMisc & WithFlag & WithValue<boolean> & (WithDefault | WithRequired)

An option that has a boolean value and is enabled if specified (or disabled if negated).