method Input.promptimport { Input } from "https://deno.land/x/cliffy@v0.7.1/packages/prompt/mod.ts"; prompt(options: string | InputOptions): Promise<string | undefined>Parametersoptions: string | InputOptionsReturnsPromise<string | undefined>