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