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