method Command.prototype.getCompletionimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.23.2/command/command.ts"; getCompletion(name: string): ICompletion | undefinedGet completion by name. Parametersname: stringName of the completion. ReturnsICompletion | undefined