Abstract
Represents a builtin command (such as help, version information) within a parser configuration.
These are contained separately from Commands because they may be triggered by flags, and will always require special casing when being executed.
A builtin match will always override user commands, and will halt argument coercion.
Readonly
Clear all known triggers from this builtin
this
Generate the help string for this builtin. Describes the triggers which this builtin runs on.
The generated help string
Adds a flag to the known argument triggers for this builtin
Adds a command to the known command triggers for this builtin
The command to trigger this builtin on
Execute a builtin.
The current parser
The raw flag arguments
The raw positional arguments
The flag / command that triggered this builtin
Generated using TypeDoc
Represents a builtin command (such as help, version information) within a parser configuration.
These are contained separately from Commands because they may be triggered by flags, and will always require special casing when being executed.
A builtin match will always override user commands, and will halt argument coercion.