clikt / com.github.ajalt.clikt.core / CliktError / <init>

<init>

CliktError(message: String? = null, cause: Exception? = null)

An exception during command line processing that should be shown to the user.

If calling CliktCommand.main, these exceptions will be caught and the appropriate info will be printed.