Used to shortcut the prompt and display directly the result in console.

Property definitions

nitc :: nitx $ ToolContext :: opt_command
	# Used to shortcut the prompt and display directly the result in console.
	var opt_command = new OptionString("Nitx command to perform", "-c", "--command")
src/nitx.nit:32,2--33,81