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