CommandSignatureImpl

constructor(    receiverParameter: CommandReceiverParameter<*>?,     valueParameters: List<AbstractCommandValueParameter<*>>,     onCall: suspend CommandSignatureImpl.(resolvedCommandCall: ResolvedCommandCall) -> Unit)