ValidatedParseResult
Defined in: packages/core/src/command.ts:39
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:43
A pointer to the command to run.
errors
Section titled “errors”errors:
ConvokerError[]
Defined in: packages/core/src/command.ts:55
Errors collected during parsing.
input:
InferInput<T>
Defined in: packages/core/src/command.ts:51
The input to pass into the command.
isHelp
Section titled “isHelp”isHelp:
boolean
Defined in: packages/core/src/command.ts:63
If this should result in displaying a help screen.
isVersion
Section titled “isVersion”isVersion:
boolean
Defined in: packages/core/src/command.ts:59
If this should result in displaying the version of the command.
middlewares
Section titled “middlewares”middlewares:
MiddlewareFn<T>[]
Defined in: packages/core/src/command.ts:47
A pointer to all collected middlewares.