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