ValidatedParseResult
Defined in: packages/core/src/command.ts:40
The result of the Command.parse function.
Type Parameters
Section titled “Type Parameters”T extends Input
Properties
Section titled “Properties”command
Section titled “command”command:
Command<T>
Defined in: packages/core/src/command.ts:44
A pointer to the command to run.
errors
Section titled “errors”errors:
ConvokerError[]
Defined in: packages/core/src/command.ts:56
Errors collected during parsing.
input:
InferInput<T>
Defined in: packages/core/src/command.ts:52
The input to pass into the command.
middlewares
Section titled “middlewares”middlewares:
MiddlewareFn<T>[]
Defined in: packages/core/src/command.ts:48
A pointer to all collected middlewares.