CommandFormatter

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

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

Constructors

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

Functions

Link copied to clipboard
open override fun definition(component: Command): String
Link copied to clipboard
open override fun detail(component: Command): String
Link copied to clipboard
open override fun summary(component: Command): String