Package-level declarations

Types

Link copied to clipboard
class CommandFormatter(indent: String = " ", propertyFormatter: Formatter<Property<*>> = PropertyFormatter()) : Formatter<Command>

summary name, title and description definition Usage detail Commands, options and parameters

Link copied to clipboard
class DefaultFormatter(commandFormatter: Formatter<Command> = CommandFormatter(), titleSeparator: String = "-", versionPrefix: String = "(version ", versionSuffix: String = ")") : Formatter
Link copied to clipboard
interface Formatter<T>
Link copied to clipboard
class PropertyFormatter(namesSeparator: String = ", ", expandRegex: Boolean = false, fieldSeparator: String = ". ") : Formatter<Property<*>>