CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt
/
info
info
fun
Terminal
.
info
(
message
:
String
,
content
:
String
?
=
null
)
@clack/prompts
log.info()
fun
<
T
>
Terminal
.
info
(
message
:
(
active
:
InfoState
)
->
String
,
content
:
(
active
:
InfoState
)
->
Widget
?
=
{ null }
,
onKeyInput
:
InfoContext
.
(
event
:
KeyboardEvent
,
animation
:
Animation
<
*
>
)
->
Unit
?
=
null
,
errorHandling
:
Map
<
String
,
String
>
?
=
null
,
block
:
InfoContext
.
(
)
->
T
)
:
T