Name, usage and synopsis of the tool.

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

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

Property definitions

config $ Config :: tool_description=
	# Name, usage and synopsis of the tool.
	# It is mainly used in `usage`.
	# Should be correctly set by the client before calling `usage`
	# A multi-line string is recommended.
	#
	# eg. `"Usage: tool [OPTION]... [FILE]...\nDo some things."`
	var tool_description: String = "Usage: [OPTION]... [ARG]..." is writable
lib/config/config.nit:218,2--224,73