interface GlobalCommandArgument
extends Argument
Interface to be implemented by a single Argument defined by a GlobalCommand.
readonly
optional
defaultValue: ArgumentSingleValueType
Default value for the argument if not specified.
readonly
optional
isOptional: boolean
If this is true
the argument does not need to be specified nor have a default value. The default is false
.