alias

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

Adds the given alias to the list of aliases.

Return

this builder

Parameters

alias

the alias