AbstractHelpFormatter

abstract class AbstractHelpFormatter<PartT>(context: Context, requiredOptionMarker: String? = null, showDefaultValues: Boolean = false, showRequiredTag: Boolean = false) : HelpFormatter

Inheritors

Constructors

Link copied to clipboard
constructor(context: Context, requiredOptionMarker: String? = null, showDefaultValues: Boolean = false, showRequiredTag: Boolean = false)

Functions

Link copied to clipboard
abstract fun formatHelp(error: UsageError?, prolog: String, epilog: String, parameters: List<HelpFormatter.ParameterHelp>, programName: String = ""): String

Return a help string to show the user.