import { Command } from "https://deno.land/x/cliffy@v0.25.3/command/mod.ts";
Register custom type.
Type Parameters
THandler extends TypeOrTypeHandler<unknown>
Parameters
name: TName
The name of the type.
handler: THandler
The callback method to parse the type.
optional
options: TypeOptionsType options.