toggle menu
hexagon
4.0.0-A6
jvm
switch theme
search in API
args
/
com.hexagontk.args
/
Program
/
Program
Program
constructor
(
name
:
String
,
version
:
String
?
=
null
,
title
:
String
?
=
null
,
description
:
String
?
=
null
,
properties
:
Set
<
Property
<
*
>
>
=
emptySet()
)
constructor
(
name
:
String
,
version
:
String
?
=
null
,
title
:
String
?
=
null
,
description
:
String
?
=
null
,
properties
:
Set
<
Property
<
*
>
>
=
emptySet()
,
commands
:
Set
<
Command
>
)
constructor
(
version
:
String
?
=
null
,
command
:
Command
,
formatter
:
Formatter
=
DefaultFormatter()
,
systemSetting
:
Boolean
=
false
,
defaultCommand
:
List
<
String
>
=
emptyList()
)