import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/mod.ts";
Register custom type.
Parameters
handler: Type<unknown> | ITypeHandler<unknown>
The callback method to parse the type.
optional
options: ITypeOptionsType options.
import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/mod.ts";
Register custom type.
The callback method to parse the type.
Type options.