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