method Command.prototype.getBaseCompletionimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; getBaseCompletion(name: string): ICompletion | undefinedGet base completion by name. Parametersname: stringName of the completion. ReturnsICompletion | undefined