Return the remaining args once options are parsed by from_args

Property definitions

config $ Config :: args
	# Return the remaining args once options are parsed by `from_args`
	fun args: Array[String] do return opts.rest
lib/config/config.nit:215,2--216,44