Skip to content

ValidatedParseResult

Defined in: packages/core/dist/index.d.mts:160

The result of the Command.parse function.

T extends Input

command: Command<T>

Defined in: packages/core/dist/index.d.mts:164

A pointer to the command to run.


errors: ConvokerError[]

Defined in: packages/core/dist/index.d.mts:176

Errors collected during parsing.


input: InferInput<T>

Defined in: packages/core/dist/index.d.mts:172

The input to pass into the command.


middlewares: MiddlewareFn<T>[]

Defined in: packages/core/dist/index.d.mts:168

A pointer to all collected middlewares.