name

@Contract(value = "_ -> this", mutates = "this")
abstract fun name(name: String): CommandMeta.Builder

Sets the name of the command to the given name.

Return

this builder

Parameters

name

the name