PrintHelpMessage
class PrintHelpMessage(var context: Context?, val error: Boolean = false, val statusCode: Int = 0) : CliktError, ContextCliktError
An exception that indicates that the command's help should be printed.
Execution should be immediately halted.