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