Skip to content

ValidatedParseResult

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

The result of the Command.parse function.

T extends Input

command: Command<T>

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

A pointer to the command to run.


errors: ConvokerError[]

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

Errors collected during parsing.


input: InferInput<T>

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

The input to pass into the command.


isHelp: boolean

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

If this should result in displaying a help screen.


isVersion: boolean

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

If this should result in displaying the version of the command.


middlewares: MiddlewareFn<T>[]

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

A pointer to all collected middlewares.