CommandInvocation

constructor(command: T, optionInvocations: Map<Option, List<OptionInvocation>>, argumentInvocations: List<ArgumentInvocation>, subcommandInvocations: List<CommandInvocation<T>>, errors: List<CliktError>)