import { Input } from "https://deno.land/x/cliffy@v0.17.0/prompt/input.ts";
Input prompt representation.
Static Methods
inject(value: string): void
Inject prompt value. Can be used for unit tests or pre selections.
prompt(options: string | InputOptions): Promise<string>
Execute the prompt and show cursor on end.