Package-level declarations
Types
Link copied to clipboard
abstract class AbstractHelpFormatter<PartT>(context: Context, requiredOptionMarker: String? = null, showDefaultValues: Boolean = false, showRequiredTag: Boolean = false) : HelpFormatter
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
interface ParameterFormatter
A formatter for styling parts of a help message
Link copied to clipboard
class PlaintextHelpFormatter(context: Context, requiredOptionMarker: String? = null, showDefaultValues: Boolean = false, showRequiredTag: Boolean = false) : AbstractHelpFormatter<String>
A simple help formatter that outputs plain text.