Skip to content

[Bug] ListArgument with parse in kotlin module #27

@StillLutto

Description

@StillLutto

What happened?

This is simply not auto-completing:

listArgument("id", list = {
    listOf("test")
}, parse = { it }).execution<Player> {
    val id: String by args
    sender.sendMessage(id)
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions