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