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

Link copied to clipboard

The terminal for the current context

Link copied to clipboard

The theme for the current context

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