Command.this

this(string name, ArgValue value = ArgValue(false))

Constructs a Command with a name and optional value.

Parameters

nameThe command name (e.g., "ship").
valueThe value, typically false initially, true when matched.