CommanderCommandStackEntry

open class CommanderCommandStackEntry(val alias: String, val command: CommanderCommand, val arguments: Map<String, CommanderValue>, val options: Map<String, Array<CommanderValue>>)(source)

A stack entry

Since

0.1.0

Inheritors

Constructors

Link copied to clipboard
constructor(alias: String, command: CommanderCommand, arguments: Map<String, CommanderValue>, options: Map<String, Array<CommanderValue>>)

Properties

Link copied to clipboard

The alias of the command

Link copied to clipboard

The arguments

Link copied to clipboard

The command

Link copied to clipboard

The name of the command

Link copied to clipboard

The options