### What happened? This is simply not auto-completing: ```kt listArgument("id", list = { listOf("test") }, parse = { it }).execution<Player> { val id: String by args sender.sendMessage(id) } ```
What happened?
This is simply not auto-completing: