Package-level declarations
Types
Link copied to clipboard
interface CliktConsole
An object that is used by commands and parameters to show text to the user and read input.
Link copied to clipboard
open class CliktHelpFormatter(localization: Localization = defaultLocalization, indent: String = " ", width: Int? = null, maxWidth: Int = 78, maxColWidth: Int? = null, colSpacing: Int = 2, 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
Link copied to clipboard
interface Localization
Strings to use for help output and error messages
Link copied to clipboard