clikt / com.github.ajalt.clikt.output

Package com.github.ajalt.clikt.output

Types

CliktConsole

interface CliktConsole

An object that is used by commands and parameters to show text to the user and read input.

HelpFormatter

interface HelpFormatter

Creates help and usage strings for a command.

InteractiveCliktConsole

class InteractiveCliktConsole : CliktConsole

NonInteractiveCliktConsole

class NonInteractiveCliktConsole : CliktConsole

PlaintextHelpFormatter

open class PlaintextHelpFormatter : HelpFormatter

TermUi

object TermUi

Functions

defaultCliktConsole

fun defaultCliktConsole(): CliktConsole