Add one or more options to the context

Property definitions

opts $ OptionContext :: add_option
	# Add one or more options to the context
	fun add_option(opts: Option...) do options.add_all(opts)
lib/opts/opts.nit:294,2--295,57