literal

Adds a new subcommand / literal to this command.

possible usage:

command("mycommand") {
literal("subcommand") {
// the body of the subcommand
}
}

Parameters

name

the name of the subcommand