CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
cli-jar
/
net.stephcraft.cli.option
/
get
get
fun
<
T
>
CLIOption
<
T
>
.
get
(
)
:
Triple
<
CLIOption
<
T
>
,
String
?
,
(
)
->
T
?
>
infix
fun
<
T
,
V
>
CLIOption
<
T
>
.
get
(
block
:
T
.
(
)
->
V
)
:
Triple
<
CLIOption
<
T
>
,
String
?
,
(
)
->
V
?
>
infix
fun
<
T
,
V
>
SubCLIOption
<
T
>
.
get
(
block
:
T
.
(
)
->
V
)
:
Triple
<
CLIOption
<
T
>
,
String
?
,
(
)
->
V
?
>