CliktError
open class CliktError(message: String? = null, cause: Exception? = null, val statusCode: Int = 1, val printError: Boolean = true) : RuntimeException
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.