HelpTransformContext

data class HelpTransformContext(val context: Context) : TransformContext

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
open override val context: Context

The current context object

Functions

Link copied to clipboard
open override fun fail(message: String): Nothing

Throw an exception indicating that usage was incorrect.

Link copied to clipboard

Issue a message that can be shown to the user