literal

fun literal(name: String, block: LiteralCommandDsl.() -> Unit = {})

Adds a nested literal child node to this command.

Parameters

name

The name of the literal node

block

A configuration lambda for the child node