command

suspend fun command(name: String, block: suspend CommandResourceBuilder.() -> Unit): Command

Parameters

name

The unique name of the resulting resource.

block

Builder for Command.

See also


fun command(name: String): Command

Parameters

name

The unique name of the resulting resource.

See also