toggle menu
clikt
common
switch theme
search in API
clikt
/
com.github.ajalt.clikt.parsers
/
FlatInvocations
Flat
Invocations
class
FlatInvocations
<
T
:
BaseCliktCommand
<
T
>
>
:
Sequence
<
CommandInvocation
<
T
>
>
,
AutoCloseable
Members
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
Close
all open contexts of invoked commands.
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
CommandInvocation
<
T
>
>