Name, usage and synopsis of the tool.

It is mainly used in usage. Should be correctly set by the client before calling process_options A multi-line string is recommmended.

eg. "Usage: tool [OPTION]... [FILE]...\nDo some things."

Property definitions

nitc $ ToolContext :: tooldescription=
	# Name, usage and synopsis of the tool.
	# It is mainly used in `usage`.
	# Should be correctly set by the client before calling `process_options`
	# A multi-line string is recommmended.
	#
	# eg. `"Usage: tool [OPTION]... [FILE]...\nDo some things."`
	var tooldescription: String = "Usage: [OPTION]... [ARG]..." is writable
src/toolcontext.nit:427,2--433,72