Init a new OptionBool with a help message and names.

Property definitions

opts $ OptionBool :: defaultinit
	# Init a new OptionBool with a `help` message and `names`.
	init(help: String, names: String...) is old_style_init do super(help, false, names)
lib/opts/opts.nit:117,2--118,84