method Command.prototype.getGlobalCompletionimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.23.2/command/command.ts"; getGlobalCompletion(name: string): ICompletion | undefinedGet global completions by name. Parametersname: stringName of the completion. ReturnsICompletion | undefined