import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Command } = cliffy;
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.