method Command.prototype.typeimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.11.1/mod.ts"; type(name: string,handler: Type<any> | ITypeHandler<any>,options?: ITypeOption,): thisRegister command specific custom type. Parametersname: stringhandler: Type<any> | ITypeHandler<any>optionaloptions: ITypeOptionReturnsthis