nitc :: ToolContext :: usage
Is called by process_option
on --help
.
It also could be called by the client.
# print the full usage of the tool.
# Is called by `process_option` on `--help`.
# It also could be called by the client.
fun usage
do
print tooldescription
option_context.usage
end
src/toolcontext.nit:442,2--449,4