Interface: IArgument<T>
Type parameters
Name |
---|
T |
Implemented by
Properties
name
• Readonly
name: string
The name of the argument, this is used to make the identification of an argument easier.
Defined in
projects/framework/src/lib/structures/Argument.ts:29
Methods
run
▸ run(parameter
, context
): AwaitableResult
<T
>
The method which is called when invoking the argument.
Parameters
Name | Type | Description |
---|---|---|
parameter | string | The string parameter to parse. |
context | Context <T > | The context for the method call, contains the message, command, and other options. |