method GenericPrompt.prototype.promptimport { GenericPrompt } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; prompt(): Promise<TValue>Execute the prompt and show cursor on end. ReturnsPromise<TValue>