clikt / com.github.ajalt.clikt.core / PrintMessage

PrintMessage

class PrintMessage : CliktError

An exception that indicates that a message should be printed.

Execution should be immediately halted without an error.

Constructors

<init>

PrintMessage(message: String)

An exception that indicates that a message should be printed.