Was the --help option requested?

Property definitions

config $ Config :: help
	# Was the `--help` option requested?
	fun help: Bool do return opt_help.value
lib/config/config.nit:226,2--227,40