CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt.process
/
process2
process2
fun
<
T
>
Terminal
.
process2
(
title
:
String
,
content
:
(
)
->
Widget
?
=
{ null }
,
keyOptions
:
Map
<
String
,
SelectKeyOption
>
?
=
null
,
onAnimate
:
(
widget
:
Widget
)
->
Unit
?
=
null
,
onDone
:
(
animation
:
Animation
<
*
>
)
->
Unit
?
=
null
,
block
:
suspend
ProcessContext2
.
(
)
->
T
)
:
T