method Command.prototype.completeRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; complete(name: string,complete: ICompleteHandler<Partial<CO>, Partial<CA>, CG, PG, any>,options: ICompleteOptions & { global: boolean; },): thisRegister command specific custom type. complete(name: string,complete: ICompleteHandler<CO, CA, CG, PG, P>,options?: ICompleteOptions,): thisRegister command specific custom type. Parametersname: stringThe name of the completion. complete: ICompleteHandler<Partial<CO>, Partial<CA>, CG, PG, any>The callback method to complete the type. options: ICompleteOptions & { global: boolean; }Complete options. ReturnsthisParametersname: stringcomplete: ICompleteHandler<CO, CA, CG, PG, P>optionaloptions: ICompleteOptionsReturnsthis