The identified root directory of the Nit package

It is assignable but is automatically set by process_options with locate_nit_dir.

Property definitions

nitc $ ToolContext :: nit_dir=
	# The identified root directory of the Nit package
	#
	# It is assignable but is automatically set by `process_options` with `locate_nit_dir`.
	var nit_dir: nullable String = null is writable
src/toolcontext.nit:552,2--555,48