class Abort : RuntimeException
An internal error that signals Clikt to abort.
Abort(error: Boolean = true)
An internal error that signals Clikt to abort. |
val error: Boolean
If true, print "Aborted" and exit with an error code. Otherwise, exit with no error code. |