Port number to bind on (will overwrite the config one).

Property definitions

nitc :: nitweb $ ToolContext :: opt_port=
	# Port number to bind on (will overwrite the config one).
	var opt_port = new OptionInt("Port number to use", -1, "--port")
src/nitweb.nit:29,2--30,65