method Command.prototype.getGlobalCompletionRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; getGlobalCompletion(name: string): ICompletion | undefinedGet global completions by name. Parametersname: stringName of the completion. ReturnsICompletion | undefined