rd-gen
Toggle table of contents
2025.2.3
jvm
Platform filter
jvm
Switch theme
Search in API
rd-gen
rd-gen
/
com.jetbrains.rd.util.kli
Package-level
declarations
Types
Types
Argument
Link copied to clipboard
class
Argument
<
T
>
(
val
name
:
String
,
val
description
:
String
,
deserialize
:
(
String
)
->
T
)
Kli
Link copied to clipboard
abstract
class
Kli
Option
Link copied to clipboard
sealed
class
Option
<
T
:
Any
>