CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
cli-jar
/
net.stephcraft.cli.option
/
CLIOption
/
CLIOption
CLIOption
constructor
(
name
:
String
,
default
:
T
?
,
flag
:
T
?
,
examples
:
List
<
String
>
?
=
null
,
parse
:
(
arg
:
String
)
->
T
?
)