import { Interface } from "https://deno.land/std@0.153.0/node/readline.ts";
The rl.getPrompt()
method returns the current prompt used by rl.prompt()
.
import { Interface } from "https://deno.land/std@0.153.0/node/readline.ts";
The rl.getPrompt()
method returns the current prompt used by rl.prompt()
.