method Command.prototype.completeRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts"; complete(name: string,complete: CompleteHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, any>,options: CompleteOptions & { global: boolean; },): thisRegister command specific custom type. complete(name: string,complete: CompleteHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>,options?: CompleteOptions,): thisRegister command specific custom type. Parametersname: stringThe name of the completion. complete: CompleteHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, any>The callback method to complete the type. options: CompleteOptions & { global: boolean; }Complete options. ReturnsthisParametersname: stringcomplete: CompleteHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>optionaloptions: CompleteOptionsReturnsthis