Init a new OptionCount with a help message and names.

Property definitions

opts $ OptionCount :: defaultinit
	# Init a new OptionCount with a `help` message and `names`.
	init(help: String, names: String...) is old_style_init do super(help, 0, names)
lib/opts/opts.nit:132,2--133,80