interface CliktConsole
An object that is used by commands and parameters to show text to the user and read input. |
|
interface HelpFormatter
Creates help and usage strings for a command. |
|
class InteractiveCliktConsole : CliktConsole |
|
class NonInteractiveCliktConsole : CliktConsole |
|
open class PlaintextHelpFormatter : HelpFormatter |
|
object TermUi |
fun defaultCliktConsole(): CliktConsole |