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