class PrintMessage : CliktError
An exception that indicates that a message should be printed.
Execution should be immediately halted without an error.
PrintMessage(message: String)
An exception that indicates that a message should be printed. |