Package-level declarations

Types

Link copied to clipboard
interface HelpFormatter

Creates help and usage strings for a command.

Link copied to clipboard
interface Localization

Strings to use for help output and error messages

Link copied to clipboard
open class MordantHelpFormatter(context: Context, requiredOptionMarker: String? = null, showDefaultValues: Boolean = false, showRequiredTag: Boolean = false) : HelpFormatter

Clikt's default HelpFormatter which uses Mordant to render its output.

Link copied to clipboard

A formatter for styling parts of a help message

Link copied to clipboard
object TermUi