The message for the command
The usage of the command
The options for this CommandPrompt
A cache of the current usage while validating
How many time this class has reprompted
Whether the current usage is a repeating arg
Whether the current usage is required
The string arguments derived from the usageDelim of the command
The channel to prompt in
The client this TextPrompt was created with
Whether this prompt should respect flags
The flag arguments resolved by this class
The number of re-prompts before this TextPrompt gives up
The message this prompt is for
The parameters resolved by this class
Whether this prompt should respect quoted strings
If the command reprompted for missing args
The target this prompt is for
The time-limit for re-prompting
The typing state of this CommandPrompt
The usage for this prompt
Map of RegExps caching usageDelim's RegExps.
Regular Expression to match flags with quoted string support.
Collects missing required arguments.
The reprompt error
Runs the internal validation, and re-prompts according to the settings
The parameters resolved
Validates and resolves args into parameters
The resolved parameters
Generated using TypeDoc
A class to handle argument collection and parameter resolution for commands