method Command.prototype.getCompletionRe-exportimport { Command } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; getCompletion(name: string): Completion | undefinedGet completion by name. Parametersname: stringName of the completion. ReturnsCompletion | undefined