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