method GenericInput.prototype.addCharimport { GenericInput } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; addChar(char: string): voidAdd character to current input. Parameterschar: stringReturnsvoid