toggle menu
clikt
common
switch theme
search in API
clikt
/
com.github.ajalt.clikt.parsers
/
CommandInvocation
/
CommandInvocation
Command
Invocation
constructor
(
command
:
T
,
optionInvocations
:
Map
<
Option
,
List
<
OptionInvocation
>
>
,
argumentInvocations
:
List
<
ArgumentInvocation
>
,
subcommandInvocations
:
List
<
CommandInvocation
<
T
>
>
,
errors
:
List
<
CliktError
>
)