method Command.prototype.globalCompleteimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; globalComplete(name: string,complete: ICompleteHandler,options?: Omit<ICompleteOptions, "global">,): thisParametersname: stringcomplete: ICompleteHandleroptionaloptions: Omit<ICompleteOptions, "global">Returnsthis