CustomArgumentParser

CustomArgumentParser<TValue>

type: (input: string, context: CustomArgumentContext) => TValue | Promise<TValue>

Type parameters:

TValue