clikt / com.github.ajalt.clikt.core / PrintHelpMessage

PrintHelpMessage

class PrintHelpMessage : CliktError

An exception that indicates that the command's help should be printed.

Execution should be immediately halted with an error.

Constructors

<init>

PrintHelpMessage(command: CliktCommand)

An exception that indicates that the command's help should be printed.

Properties

command

val command: CliktCommand