method Command.prototype.typeimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; type(name: string,handler: Type<unknown> | ITypeHandler<unknown>,options?: ITypeOptions,): thisRegister custom type. Parametersname: stringThe name of the type. handler: Type<unknown> | ITypeHandler<unknown>The callback method to parse the type. optionaloptions: ITypeOptionsType options. Returnsthis