Init a new OptionText with text.

Property definitions

opts $ OptionText :: defaultinit
	# Init a new OptionText with `text`.
	init(text: String) is old_style_init do super(text, null, null)
lib/opts/opts.nit:104,2--105,64