ParameterFormatter

A formatter for styling parts of a help message

Inheritors

Types

Link copied to clipboard

A ParameterFormatter that does no formatting

Functions

Link copied to clipboard
abstract fun formatArgument(name: String): String

Format an argument name

Link copied to clipboard
abstract fun formatOption(name: String): String

Format an option name

Link copied to clipboard
abstract fun formatSubcommand(name: String): String

Format a subcommand name