import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/command.ts";
Register command specific custom type.
Parameters
complete: ICompleteHandler<Partial<CO>, Partial<CA>, CG, PG, any>
The callback method to complete the type.
options: ICompleteOptions & { global: boolean; }
Complete options.