ArgumentPath

constructor(senderArgument: SenderType<*>, arguments: List<Pair<String, CommandArgument<*>>>, permission: List<Permission> = emptyList(), contextBuilder: (Map<String, Any?>) -> T, ownExecutor: CommandContextExecutor<T>? = null)