method Command.prototype.globalCompleteRe-exportimport { Command } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; globalComplete(name: string,complete: CompleteHandler,options?: Omit<CompleteOptions, "global">,): thisParametersname: stringcomplete: CompleteHandleroptionaloptions: Omit<CompleteOptions, "global">Returnsthis