Argument(data)

Argument data that goes into commands

new Argument(data)

Construct an Argument

Parameters:
Name Type Description
data ArgData | String

The data for the argument or just the name

Members

delim : String

The delimiter that separates this argument from the next one

mand : Boolean

Whether the argument is mandatory or not

name : String

The name of the argument

type : String

The type of argument (Used for parsing)